COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
BLANK and NOBLANK
Default:
NOBLANK
AnywherePlacement:
The last BLANK or NOBLANK in the program applies.Scope:
NoneDependencies:
CALL-SHARED
CALL-SHAREDDefault:
AnywherePlacement:
The last CALL-SHARED or SHARED in the compilation unit applies to the entire
compilation unit.
Scope:
Dependencies:
• If RUNNABLE is active, CALL-SHARED uses the linker to create a PIC executable
object file; otherwise, CALL-SHARED creates a PIC linkfile.
• Do not use with UL.
References:
• SHARED
• RUNNABLE
• UL
CANCEL and NOCANCEL
CANCELDefault:
AnywherePlacement:
Applies to the program that contains it. CANCEL and NOCANCEL do not apply to
initial programs, which are initialized every time they are called.
Scope:
NoneDependencies:
980 Compiler Directives










