MAPL[IST] [ System Debug Reference Manual ] MPE/iX 5.0 Documentation
System Debug Reference Manual
MAPL[IST]
Lists the specified file(s) that have been opened with the MAP command.
Syntax
MAPL[IST] [pattern]
Parameters
pattern The file name(s) of the mapped files to be listed.
If no file name is given, all currently mapped files are
displayed.
This parameter can be specified with wildcards or with a
full regular expression. Refer to appendix A for
additional information about pattern matching and
regular expressions.
The following wildcards are supported:
@ Matches any character(s).
? Matches any alphabetic character.
# Matches any numeric character.
The following are valid name pattern specifications:
@ Matches everything; all names.
pib@ Matches all names that start with "pib".
log2##4 Matches "log2004", "log2754", and so on.
The following regular expressions are equivalent to the
patterns with wildcards that are listed above:
`.*`
`pib.*`
`log2[0-9][0-9]4`
Examples
$nmdebug > maplist
1 DTCDUMP.DUMPUSER.SUPPORT 1000.0 Bytes = 43dc
2 DTCDUMP2.DUMPUSER.SUPPORT 1001.0 Bytes = c84
3 MYFILE.MYGROUP.MYACCT 1005.0 Bytes = 1004
$nmdebug > mapl myfile
3 MYFILE.MYGROUP.MYACCT 1005.0 Bytes = 1004
Limitations, Restrictions
none
CAUTION The output format of all System Debug commands is subject to
change without notice. Programs that are developed to
postprocess System Debug output should not depend on the exact
format (spacing, alignment, number of lines, uppercase or
lowercase, or spelling) of any System Debug command output.
MPE/iX 5.0 Documentation