COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
Default value is all toggles.
NoneDefault:
Must be either on a directive line of its own or be the last of a sequence of directivesPlacement:
Applies until SETTOG overrides itScope:
SETTOG overrides it.Dependencies:
SETTOGReferences:
RUNNABLE
The compiler does not use the linker to produce a loadfile if there were no compilation
errors.
Default:
AnywherePlacement:
Applies to the compilation unitScope:
SYNTAX overrides RUNNABLE.You must specify RUNNABLE to use RUNNAMED,
SAVEABEND, NOSAVEABEND, or SUBTYPE in the compiler.With CALL-SHARED (the
Dependencies:
default), RUNNABLE uses the linker to produce a PIC loadfile.With SHARED,
RUNNABLE uses the linker to produce a PIC library file (DLL).
References:
• SYNTAX
• RUNNAMED
• SAVEABEND and NOSAVEABEND
• SUBTYPE
• CALL-SHARED
• SHARED
RUNNAMED
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:
992 Compiler Directives










