COBOL Manual for TNS/E Programs (H06.03+)
Program Compilation
HP COBOL Manual for TNS/E Programs—520347-003
11-72
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).
SAVEABEND and NOSAVEABEND are appropriate only if the program
was compiled with RUNNABLE.
References:
•
INSPECT and NOINSPECT
•
RUNNABLE
SAVEABEND
NOSAVEABEND
VST304.vsd










