Rational Developer for System z
PL/I for Windows, Version 7.6, Programming Guide

/OUT

Use /OUT to specify a name for the executable output file.

If you do not provide an extension with name, then the linker provides an extension based on the type of file you are producing:

File produced
Default extension
Executable program
.EXE
Dynamic link library
.DLL

If you do not use the /OUT option, then the linker uses the filename of the first object file you specified, with the appropriate extension.

Default: Name of first .OBJ file with appropriate extension.

Abbreviation: /O


Terms of use | Feedback

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