COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

SAVE
NOTE: Do not use this directive in the OSS environment.
save-option-list
save-option
The compiler does not save initialization messages.Default:
AnywherePlacement:
Applies to the compilation unitScope:
NoneDependencies:
SAVEABEND and NOSAVEABEND
NOSAVEABENDDefault:
AnywherePlacement:
The last SAVEABEND or NOSAVEABEND in the compilation unit applies to the entire
compilation unit.
Scope:
SAVEABEND and NOINSPECT override each other (whichever is last is active).Dependencies:
SAVEABEND and NOSAVEABEND are appropriate only if the program was compiled
with RUNNABLE.
References:
INSPECT and NOINSPECT
RUNNABLE
SAVE 993