pTAL Reference Manual (H06.08+)
Compiler Directives
HP pTAL Reference Manual—523746-006
17-45
MAP
For an explanation of directive stacks, see Directive Stacks on page 17-4.
Each line in the source listing consists of:
•
An edit file number
•
A lexical level:
•
A nesting level (only for BEGIN-END items such as structures, substructures, IF
statements, and CASE statements)
MAP
MAP
lists identifier maps in the compiler listing.
NOMAP
suppresses identifier maps in the compiler listing.
Default: LIST
Placement: Anywhere
Scope:
•
LIST applies to subsequent code it until it is overridden by NOLIST
•
NOLIST applies to subsequent code until it is overridden by LIST
Dependencies: LIST has no effect if SUPPRESS is active
References: SUPPRESS
on page 17-65
Lexical Level Meaning
0 Global level
1 Procedure level
2 Subprocedure level
Example 17-24. Listing Source Code But Not System Declarations
?NOLIST, SOURCE $SYSTEM.SYSTEM.EXTDECS (
? PROCESS_GETINFO_, PROCESS_STOP_)
?LIST
MAP
NOMAP
PUSHMAP
POPMAP
VST157.vsd










