COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
The compiler does not produce a source file map.Default:
AnywherePlacement:
Applies to the compilation unitScope:
NOLIST and SUPPRESS do not suppress the source file map that FMAP produces.Dependencies:
References:
• LIST and NOLIST
• SUPPRESS and NOSUPPRESS
GLOBALIZED
The GLOBALIZED directive directs the compiler to generate preemptable object code. Preemptable
object code allows named references in a DLL to resolve to externally-defined code and data items
instead of to the DLL’s own internally-defined code and data items. By default, the compiler generates
non-preemptable object code. Non-preemptable code is more efficient than preemptable code,
and results in faster compilation and execution. GLOBALIZED is required only when compiling
code that will be linked into a globalized DLL.
Generate non-preemptable object codeDefault:
On the command linePlacement:
Applies to the compilation unitScope:
NoneDependencies:
HEADING
HEADING replaces or sets to spaces the heading portion of the standard top-of-page line that
appears on each page of the compilation listing.
character-string
is a string of one or more ASCII characters. If a quotation mark character is part of the string,
it must be represented as two contiguous quotation marks. The string is used in all subsequent
top-of-page lines.
If character-string is omitted, the heading portion of the top-of-page lines is set to all
spaces.
Standard top-of-page lineDefault:
AnywherePlacement:
Applies until another HEADING overrides itScope:
NoneDependencies:
552 Program Compilation










