Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


/DLL

Use /DLL to identify the output file as a dynamic link library (.DLL file). Compile the object files with the cob2 option -dll.

/DLL and /EXECUTABLE option syntax
Read syntax diagramSkip visual syntax diagram   .-/EXECUTABLE-.  
>>-+-------------+---------------------------------------------><
   '-/DLL--------'  
 

Default is: /EXECUTABLE

Abbreviation is: /EXEC

If you specify /DLL and /EXEC, only the last specified of these options takes effect.

If you do not specify /DLL or /EXEC, by default the linker produces an .EXE file (/EXEC).


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)