COBOL Manual for TNS and TNS/R Programs

Program Compilation
HP COBOL Manual for TNS and TNS/R Programs522555-006
11-109
SAVE
SAVE
SAVE directive specifies which initialization messages are stored for possible program
manipulation.
save-option-list
save-option-list cannot be continued onto subsequent lines, even if it is
enclosed in parentheses.
save-option
PARAM
specifies that the PARAM message is to be saved.
STARTUP
specifies that the startup message is to be saved.
ASSIGNS
specifies that all ASSIGN messages are to be saved.
Note. Do not use this directive in the OSS environment.
SAVE save-option-list
( )
save-option-list
VST301.vsd
save-option
,
save-option
VST302.vsd
PARAM
count
STARTUP
ASSIGNS
ALL
VST303.vsd