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

Compiler Directives
HP COBOL Manual for TNS/E Programs520347-003
36-16
MAP and NOMAP
MAP and NOMAP
NONSTOP
Default: NOMAP
Dependencies: MAP works only if LIST is active and SUPPRESS is not.
Scope: The last MAP or NOMAP applies.
Dependencies: MAP works only if LIST is active and SUPPRESS is not.
References:
LIST and NOLIST
SUPPRESS and NOSUPPRESS
Note. Do not use this directive in the OSS environment.
Default: The program cannot run as a process pair (even if it contains a PARAM
NONSTOP ON command).
Placement: Must appear before the Identification Division of the first program unit in
the source text
Scope: Applies to the program unit
Dependencies: PARAM NONSTOP OFF command suppresses NONSTOP.
References: PARAM Command
MAP
NOMAP
VST295.vsd
NONSTOP
VST296.vsd