NET/MASTER RMS Management and Operations Guide

RMS DISPLAY FROZEN
RMS Commands
B–8 115415 NonStop NET/MASTER RMS Management and Operations Guide
RMS DISPLAY
FROZEN
The RMS DISPLAY FROZEN command displays information about frozen subjects. If
you do not specify a subject or a manager, information about all frozen subjects under
all managers are displayed.
RMS DISPLAY FROZEN [ SUBJECT=
subject
[ MANAGER=
manager
] ]
SUBJECT=
subject
specifies the name of a subject and, additionally, names beginning with
subject
.
You can specify a subject from 1 through 34 characters long.
MANAGER=
manager
specifies the name of the manager. You can specify a manager from 1 through 32
characters long.
If you specify a manager, only information about the frozen subjects (as
determined by the value of the subject) under the specified manager is displayed.
Considerations
You can use the EQUATE command to assign a lengthy command string to a
single character or sequence of characters. For example:
EQUATE DISF RMS DISPLAY FROZEN
Messages RMS9013 through RMS9016, described in Appendix A, “RMS
Messages,” indicate the results of this command.
Examples
1. The following example displays information about all frozen subjects under all
managers:
RMS DISPLAY FROZEN
2. The following example displays information about all frozen subjects beginning
with $LINE (for example, $LINE1, $LINE2, $LINEZ, $LINE99, and so on):
RMS DISPLAY FROZEN SUBJECT=$LINE
3. The following example displays information about all frozen subjects beginning
with TERM (for example, TERM1, TERM2, TERMZ, TERM99, and so on) under
the manager $XXPM:
RMS DISPLAY FROZEN SUBJECT=TERM MANAGER=$XXPM