COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
source-file
is a file containing HP COBOL statements, comment lines, and compiler directives. It must be
a disk file, terminal, magnetic tape unit, or process. The compiler reads source-file as
132-byte records. The default is the current command interpreter IN file (usually the home
terminal). source-file must be an EDIT file.
file-name-1
is a disk file name (if source-file is a disk file) or nondisk file name (if source-file
is a terminal, magnetic tape unit, or process). For syntax, see the Guardian Procedure Calls
Reference Manual.
define-name
is the name of a DEFINE established in the current run-time environment.
list-file
is the destination to which the compiler directs its output. It must be a disk file, terminal, magnetic
tape unit, process, line printer, or spooler collector (possibly qualified with a location name).
It must already exist and meet the criteria in Listing Creation. If list-file is unstructured,
each record is 132 characters (partial lines are space-filled on the right).
530 Program Compilation










