Rational Developer for System z
Enterprise COBOL for z/OS, Version 4.1, Programming Guide


DYNAM

Use DYNAM to cause nonnested, separately compiled programs invoked through the CALL literal statement to be loaded (for CALL) and deleted (for CANCEL) dynamically at run time. (CALL identifier statements always result in a runtime load of the target program and are not affected by this option.)

Read syntax diagramSkip visual syntax diagram
DYNAM option syntax

   .-NODYNAM-.   
>>-+---------+-------------------------------------------------><
   '-DYNAM---'   

Default is: NODYNAM

Abbreviations are: DYN|NODYN

Restriction: The DYNAM compiler option must not be used in the following cases:

If your COBOL program calls programs that have been linked as dynamic link libraries (DLLs), you must not use the DYNAM option. You must instead compile the program with the NODYNAM and DLL options.

related references  
Conflicting compiler options


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)