Assembler Modules that call COBOL Modules

You must use dynamic linking if your Assembler module calls a COBOL module. By definition, all calls from assembler to cobol and vice versa are dynamic because Assembler .OBJ files and COBOL .OBJ files cannot be linked together. There are two methods of dynamically linking to COBOL modules: