COBOL Manual for TNS and TNS/R Programs
Program Compilation
HP COBOL Manual for TNS and TNS/R Programs—522555-006
11-97
LMAP and NOLMAP
*
requests all load maps.
The possible combinations of LMAP and NOLMAP and their effects are:
Directive Specified Effect
None LMAP ALPHA
LMAP without lm-option-list LMAP ALPHA
LMAP with lm-option-list LMAP lm-option-list
NOLMAP without lm-option-list NOLMAP ALPHA, LOC, XREF
NOLMAP with lm-option-list If they were on, the load maps that
lm-option-list specifies are turned off
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