ENABLE Reference Manual
ENABLE ATTRIBUTES
SCOBOLOBJECT Attribute
Consideration
If you want to obtain SCREEN COBOL source code before using the
application, you can set a value for SCOBOLSOURCE and enter the
SCOBOLOBJECT attribute without a value for the <file-name>
parameter. If you do this, you must compile the SCREEN COBOL
source code and edit the generated PATHCOM file before you
execute the application.
Example
The following command identifies "$mkt.sample.nobj" as the names
of the files to which the SCREEN COBOL object code is to be
directed:
SET APPL SCOBOLOBJECT $mkt.sample.nobj
To suppress compilation of the SCREEN COBOL source code, enter:
SET APPL SCOBOLOBJECT
4-52