COBOL Manual for TNS and TNS/R Programs

Program Compilation
HP COBOL Manual for TNS and TNS/R Programs522555-006
11-42
Starting a Compilation
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.
define-name
is the name of a DEFINE established in the current run-time environment.
copy-library
is the name of a COPY library, a disk file in EDIT format, which is to be the default
COPY library (for any COPY statement in the source program that does not specify
a library from which to copy).
file-name-4
is a disk file name. For syntax, see the Guardian Procedure Calls Reference
Manual. The default file-id of file-name-3 is COPYLIB.
define-name
is the name of a DEFINE established in the current run-time environment.
compiler-directive
is any directive described in Compiler Directives.
file-name-4
define-name
VST261.vsd