COBOL Manual for TNS and TNS/R Programs

Program Compilation
HP COBOL Manual for TNS and TNS/R Programs522555-006
11-88
INSPECT and NOINSPECT
INSPECT and NOINSPECT
INSPECT
turns on the Inspect attribute for the debugging tool for the compilation unit.
NOINSPECT
turns off the Inspect attribute for the debugging tool for the compilation unit.
The Inspect attribute partially determines the debugger for the compilation unit. For
more information, see Debugger Selection
.
LARGEDATA
LARGEDATA determines where individual data items are located in memory—in the
user data space or the user extended space (for the COBOL85 compiler) or in the
small data area or large data area (for the NMCOBOL compiler).
Access to data items in the user data space is faster than access to data items in the
user extended space, but the user data space is limited to approximately 50K
characters. Similarly, access to data items in the small data area is faster than access
to data items in the large data area, but the small data area is limited to approximately
32,768 characters.
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.
INSPECT
NOINSPECT
VST288.vsd