COBOL Manual for TNS and TNS/R Programs
Compiler Directives
HP COBOL Manual for TNS and TNS/R Programs—522555-006
36-46
SYNTAX
SYNTAX
TANDEM
Default: COMPILE
Placement: Outside the boundaries of a separately compiled program; that is, not
between the Identification Division header of a separately compiled
program and its end, which is marked by one of:
•
The corresponding END PROGRAM statement
•
ENDUNIT
•
The end of the source file
Scope: The last COMPILE or SYNTAX in the compilation unit applies to the
entire compilation unit.
Dependencies: SYNTAX overrides RUNNABLE.
References:
•
ENDUNIT
•
RUNNABLE
Default: TANDEM
Placement: Anywhere
Scope: TANDEM or ANSI within a section of text obtained from a copy library or
source library is effective only for the length of that text section. When
the compiler reverts to the source file where it found the COPY verb or
SOURCE directive, the previously active reference format applies.
Dependencies: None
References: ANSI
SYNTAX
COMPILE
VST326.vsd
TANDEM
ANSI
VST327.vsd