System Debug Reference Manual (32650-90888)

Chapter 6 215
System Debug Command Specifications M-X
MACL[IST]
In this example, echoing is disabled for all macros. Since the
level
parameter is not
specified, the default of disabled is assumed. Execution of the macro driver is silent once
again.
$nmdat > macecho min 1
$nmdat > driver
min > if parm1 < parm2 then return parm1 else return parm2
min > return parm2
$2
$nmdat > macl @ echo
macro min echo
In this example, echoing is enabled for macro min. The command lines for macro min are
displayed, indented. The MACLIST command is used to display all macros that currently
have ECHO enabled, and macro min is indicated.
Limitations, Restrictions
none
MACL[IST]
Macro list. Lists the specified macro definition(s).
Syntax
MACL[IST] [
pattern
] [
options
]
Macros are always listed in alphabetical order.
Parameters
pattern
The name(s) of the macro(s) to be listed.
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".