DLL considerations
When LP(64)
is specified, the generated AMODE 64 COBOL
program will be a DLL regardless of the DLL compiler option.
About this task
You can statically bind the module to other LP(64)
modules.
When bind into a DLL to be called at run-time, you must use the
EXPORTALL
option to expose the program names that callers of the DLL uses.
In either static or run-time case, you must always specify
DYNAM(DLL)
in the bind.