OBJECT
OBJECT affects whether the generated object code is written to a file.
- Default
- OBJECT=YES
- YES
- Places the generated object code in a file, defined by the SYSLIN DD statement, to be used as input to the binder.
- NO
- Places no object code in SYSLIN.
The OBJECT=NO option conflicts with all values for TEST other than NO.