COBOL Manual for TNS and TNS/R Programs

Program Compilation
HP COBOL Manual for TNS and TNS/R Programs522555-006
11-111
SAVEABEND and NOSAVEABEND
SAVEABEND and NOSAVEABEND
SAVEABEND
generates a saveabend file if the process terminates abnormally. Sets the Inspect
attribute.
NOSAVEABEND
does not generate a saveabend file if the process terminates abnormally.
Default: NOSAVEABEND
Placement: Anywhere
Scope: The last SAVEABEND or NOSAVEABEND in the compilation unit
applies to the entire compilation unit.
Dependencies: SAVEABEND and NOINSPECT override each other (whichever is last is
active).
For the NMCOBOL compiler, SAVEABEND and NOSAVEABEND are
appropriate only if the program was compiled with RUNNABLE.
References:
INSPECT and NOINSPECT
RUNNABLE
SAVEABEND
NOSAVEABEND
VST304.vsd