OBJECT
Use OBJECT
to write the
generated object code to a file to be used as input for the binder.
Default is: OBJECT
Abbreviations
are: OBJ
| NOOBJ
If you
specify OBJECT
, include a SYSLIN DD
statement
in your JCL for compilation.
The only difference between DECK
and OBJECT
is
in the routing of output to the data sets:
DECK
output goes to the data set associated with ddnameSYSPUNCH
.OBJECT
output goes to the data set associated with ddnameSYSLIN
.
Use the option that your installation guidelines recommend.