System Debug Reference Manual (32650-90888)
Chapter 4 101
System Debug Command Speciļ¬cations :-Exit
CMDL[IST]
Type "ALIASL" for a list of the command aliases
List all of the commands that deal with error management.
$nmdat > cmdl w@
cmd W io nm cm
cmd WCOL io nm cm
cmd WHELP window nm cm
cmd WHILE ci nm cm
cmd WL io nm cm
cmd WP io nm cm
cmd WPAGE io nm cm
List all of the commands that start with the letter "W".
$nmdat > cmdl w@,ci
cmd WHILE ci nm cm
List all of the commands that start with the letter "W" and deal with System Debug's
command interpreter. There is only one such command, WHILE.
$nmdat > cmdl while,,all
cmd WHILE ci nm cm
USE:
WHILE condition DO command | {cmdlist}
PARMS:
condition A logical expression to be repeatedly evaluated.
command A single command to be executed while CONDITION is true.
cmdlist A list of commands to be executed while CONDITION is
true.
DESC:
The WHILE command evaluates a logical expression and, if TRUE,
executes a command/command list. The expression is then
reevaluated, and the process continues until the expression is
FALSE.
EXAMPLE:
$nmdebug > while [pc] >> $10 <> $2000 do ss
<Single step until the next Pascal statement number>
Provide all information available for the WHILE command.
$nmdat > cmdl while,,all noexample nodesc
cmd CMDL ci nm cm
USE: