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


/EXECUTABLE

Use /EXEC to identify the output file as an executable program (.EXE file). The linker generates .EXE files by default.

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

Default is: /EXECUTABLE

Abbreviation is: /EXEC

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

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


Terms of use | Feedback

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