DLL
DLL affects whether an object module generated by the compiler is enabled for dynamic link library (DLL) support.
- Default
- DLL=NO
- YES
- Generates an object module that is enabled for dynamic link library
(DLL) support. DLL enablement is required if the program is part of
a DLL, references DLLs, or contains object-oriented COBOL syntax (
for example, INVOKE statements, or class definitions).
Specification of the DLL option requires that the NODYNAM option and RENT options are also used.
- NO
- Generates an object module that is not enabled for DLL usage.