LIST MONITOR command
Lists all or selected members of the current set of MONITOR
commands
and any suspended MONITOR LOCAL
commands.
- integer
- An unsigned integer identifying a
MONITOR
command. If two integers are specified, the first must not be greater than or equal to the second. If omitted, allMONITOR
commands are displayed.
Usage notes
- You can enter
LIST
in the prefix area of the monitor window to list the monitor command of the selected line. - When the current programming language setting is COBOL, blanks are required around the hyphen (-). Blanks are optional for C.
- If integer is not specified, both the active monitors and any suspended local monitors are listed.
Example
List the fifth through the seventh commands currently being monitored.
LIST MONITOR 5 - 7;