-LISTPMAP [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation
MPE Segmenter Reference Manual
-LISTPMAP
Lists all segments in specified program file.
SYNTAX
-LISTPMAP progname [{;segname }]
[{;procedurename }]
PARAMETERS
progname The name of the program whose PMAP you want to list.
segname The name of the segment whose PMAP you want to list. If
omitted, all segments in the program file are listed.
procedurename The name of the procedure whose PMAP you want to list.
If the program file has a segment and a procedure that
both have the same name, the entire segment is listed.
EXAMPLE
-LISTPMAP MYPROG
PROGRAM FILE MYPROG.MYGROUP.MYACCT
MAIN 0 **1** 4056 **2**
NAME TYPE CODE ENTRY LENGTH
PROC1 P 0 10 45
PROC11 SP 21
PROC2 P 45 45 3000
PROC3 P 3045 3050 1000
Item Number Meaning
1 Logical Segment Number
2 Segment Length
MPE/iX 5.0 Documentation