COBOL Manual for TNS/E Programs (H06.03+)
Program Compilation
HP COBOL Manual for TNS/E Programs—520347-003
11-26
Starting a Compilation
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).
file-name-2
is a disk file name (if list-file is a disk file) or nondisk file name (if list-
file is a terminal, magnetic tape unit, process, line printer, or spooler
collector). For syntax, see the Guardian Procedure Calls Reference Manual.
define-name
is the name of a DEFINE established in the current run-time environment.
other-option
is any other command interpreter RUN option (see the description of the RUN
command in the TACL Reference Manual).
target-name
is the name of a disk file on which the single target object file is to be produced.
This name is used only if all of these are true:
•
The compiler is instructed to produce a target file. This means that the
SYNTAX directive is not specified.
•
The compilation and binding are successful.
•
The source file contains only one main program. If it contains more than one,
you must specify an object file for each of them (target-name-1 through
target-name-n ).
file-name-2
define-name
VST259.vsd
file-name-4
define-name
VST261.vsd










