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.)
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