COBOL Manual for TNS and TNS/R Programs
Compiler Directives
HP COBOL Manual for TNS and TNS/R Programs—522555-006
36-25
LMAP and NOLMAP
LMAP and NOLMAP
lm-option-list
For LMAP, the default value for lm-option-list is ALPHA; for NOLMAP, it
is ALPHA, LOC, XREF.
lm-option
Note. The NMCOBOL compiler, which does not use BINSERV, ignores these directives and
issues warnings.
Value Load Map Requested (by LMAP) or Suppressed (by NOLMAP)
ALPHA Programs and subprograms sorted by procedure-name
LOC Programs and subprograms sorted by starting address
XREF Cross-reference listing of entry-point and data-block names
Default: LMAP ALPHA
Placement: Anywhere
Scope: Applies until its opposite overrides it
Dependencies: LMAP works only if LIST is active and SUPPRESS is not.
References:
•
LIST and NOLIST
•
SUPPRESS and NOSUPPRESS
LMAP
lm-option-list
NOLMAP
(
lm-option-list
*
lm-option-list
lm-option-list
(
)
)
VST292.vsd
lm-option
,
lm-option
VST293.vsd