COBOL Manual for TNS and TNS/R Programs
Compiler Directives
HP COBOL Manual for TNS and TNS/R Programs—522555-006
36-20
INSPECT and NOINSPECT
INSPECT and NOINSPECT
LARGEDATA
Default: INSPECT
Placement: Anywhere
Scope: The last INSPECT or NOINSPECT in the compilation unit applies to the
compilation unit.
Dependencies: NOINSPECT and SAVEABEND override each other (whichever is last is
active).
References: SAVEABEND and NOSAVEABEND
Note. This directive is useful only in the CRE.
Default: None
Placement: Anywhere
Scope: If LARGEDATA specifies constants, or has no item, and precedes the
PROCEDURE DIVISION header in the program that contains it, then it
applies to the program that contains it and to subsequent programs. If
LARGEDATA directive specifies constants, or has no item, and follows
the PROCEDURE DIVISION header in the program that contains it, then
it applies only to subsequent programs.
Dependencies: Program must be compiled with ENV COMMON or ENV LIBRARY.
References: ENV
INSPECT
NOINSPECT
VST288.vsd
LARGEDATA
item
(
item
,
)
item
VST725.vsd