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


DLL

Use DLL to instruct the compiler to generate an object module that is enabled for dynamic link library (DLL) support. DLL enablement is required if the program will be part of a DLL, will reference DLLs, or if the program contains object-oriented COBOL syntax such as INVOKE statements or class definitions.

Read syntax diagramSkip visual syntax diagram
DLL option syntax

   .-NODLL-.   
>>-+-------+---------------------------------------------------><
   '-DLL---'   

Default is: NODLL

Abbreviations are: None

Link-edit considerations: COBOL programs that are compiled with the DLL option must be link-edited with the RENT and AMODE(31) link-edit options.

NODLL instructs the compiler to generate an object module that is not enabled for DLL usage.

related tasks  
Making dynamic calls

related references  
Conflicting compiler options


Terms of use | Feedback

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