Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

OBJECT

The OBJECT option specifies that the compiler creates an object module. Under batch z/OS, the compiler stores the object in the data set defined by the SYSLIN DD, while under z/OS UNIX, the compiler creates a .o file.

Read syntax diagramSkip visual syntax diagram   .-OBJECT---.
>>-+-NOOBJECT-+------------------------------------------------><
 

ABBREVIATIONS: OBJ, NOBJ

Under the NOOBJECT option, the compiler does not create an object module. However, under the NOOBJECT option, the compiler will complete all of its syntactic and semantic analysis phases as well as all of its detection of uninitialized variables, and hence it could produce more messages than under the NOCOMPILE, the NOSEMANTIC or the NOSYNTAX options.

Under the NOOBJECT option, the LIST, MAP, OFFSET and STORAGE options will be ignored.


Terms of use | Feedback

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