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

NoneDefault:
Any of:Placement:
Anywhere in a source program
In a linker session (specify -change)
Applies to the program in which or before which it appears, to all subsequent programs
in the compilation unit, and to all target files
Scope:
RUNNAMED is appropriate only if the program was compiled with RUNNABLE (because
a linkfile is not a run unit).
Dependencies:
RUNNABLEReferences:
If your program is not compiled with the RUNNAMED directive and you run the program with the
command
RUN ru
the process has no process name. If your program is compiled with the RUNNAMED directive or
you run the program with the command
RUN ru/NAME/
the operating environment gives it a timestamp name. The RUNNAMED directive causes the
operating environment to give the process a timestamp name without your having to include
“/NAME/” in the RUN command.
Naming the process allows any requester that uses this run unit as a server to use the old method
of process handling. The old method of process handling does not work for processes that run with
a high PIN.
You can specify RUNNAMED for any run unit.
SAVE
NOTE: Do not use this directive in the OSS environment.
The 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.
Compiler Directives 563