COBOL Manual for TNS/E Programs (H06.03+)
Program Compilation
HP COBOL Manual for TNS/E Programs—520347-003
11-27
Starting a Compilation
The default target-name is:
\default-system.$default-volume.default.subvolume.RUNUNIT
file-name-3
is a disk or nondisk file name. For syntax, see the Guardian Procedure Calls
Reference Manual.
define-name
is the name of a DEFINE established in the current run-time environment.
obj-1 ... obj-n
is a list of names of disk files on which the multiple target object files are to be
produced. Each has the same syntax as target-name. These restrictions apply:
•
You must specify at least as many object file names as there are main
programs delivered to the compiler. You can specify more, but not fewer. If you
specify more, unused ones are ignored.
•
The source-file must be an EDIT file.
•
The list-file cannot be a magnetic tape file. list-file is opened and
closed for each separately compiled program. If list-file is a spooler, one
job exists for the compiler command and one for each separately compiled
program in the source-file.
•
Each directive that applies to more than one separately compiled program in
the source-file (for example, ICODE or NOBLANK) must be specified as a
compiler-directive in the compiler command.
•
Each separately compiled program in the source-file must end with an
END PROGRAM statement or an ENDUNIT compiler directive.
•
In the source-file, compiler directives must be contained in separately
compiled programs. They cannot appear before, between, or after them.
•
A COPY or SOURCE statement cannot bring in the beginning or end of a
separately compiled program.
file-name-3
is a disk or nondisk file name. For syntax, see the Guardian Procedure Calls
Reference Manual. The default file-id of file-name-3 is COPYLIB.
file-name-4
define-name
VST261.vsd










