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

Program Compilation
HP COBOL Manual for TNS/E Programs520347-003
11-68
RUNNABLE
RUNNABLE
RUNNABLE causes the compiler to use the linker to produce a loadfile if there are no
compilation errors.
If you run the compiler with the CALL-SHARED or SHARED directive, and without the
directive RUNNABLE or SYNTAX, and no compilation errors occur, you can produce a
loadfile by running the eld utility separately (see the eld Manual).
Default: The compiler does not use the linker to produce a loadfile if there are 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 compiler.
With CALL-SHARED (the 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
RUNNABLE
VST729.vsd