ENABLE Reference Manual
 ENABLE ATTRIBUTES
 SCOBOLSOURCE Attribute
 To compile the SCREEN COBOL source code, you can enter the SCREEN
 COBOL COMPILER command from the command interpreter using the
 following syntax:
 -----------------------------------------------------------------
 | |
 | SCOBOLX /IN <source-file-name>, OUT <list-file>, MEM 64, |
 | NOWAIT/ <object-file-ID> |
 | |
 | <source-file-name> |
 | |
 | is the name of the file that contains the modified |
 | SCREEN COBOL source code. |
 | |
 | <list-file> |
 | |
 | is the name of the file that is to receive the SCREEN |
 | COBOL listing. |
 | |
 | <object-file-ID> |
 | |
 | is the destination of the SCREEN COBOL object code, |
 | of the form: |
 | |
 | [\<system>.][$<volume>.][<subvolume>.]<object-ID> |
 | |
 | \<system> is the system on which the object files |
 | reside. |
 | |
 | $<volume> is the volume on which the object files |
 | reside. |
 | |
 | <subvolume> is the subvolume on which the object |
 | reside. |
 | |
 | <object-ID> is an identifier of up to five |
 | characters used as the leftmost portion |
 | of the object file names. The SCREEN |
 | COBOL compiler appends the suffix COD |
 | or DIR to this identifier to complete |
 | each file name. |
 | |
 -----------------------------------------------------------------
 4-56










