COBOL Manual for TNS and TNS/R Programs

Compiler Directives
HP COBOL Manual for TNS and TNS/R Programs522555-006
36-32
RUNNABLE
RUNNABLE
Note. The COBOL85 compiler does not recognize this directive.
Default: The NMCOBOL compiler does not use the linker to produce a loadfile if
there were no compilation errors.
Placement: Anywhere
Scope: Applies to the compilation unit
Dependencies: SYNTAX overrides RUNNABLE.
You must specify RUNNABLE to use RUNNAMED, SAVEABEND,
NOSAVEABEND, or SUBTYPE in the NMCOBOL compiler.
Without CALL-SHARED or SHARED, RUNNABLE uses the linker to
produce a non-PIC loadfile.
With CALL-SHARED, 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
RUNNABLE
VST729.vsd