NET/MASTER RMS Management and Operations Guide
RMS Message Variables
RMS Variables
11–4 108106 Tandem Computers Incorporated
RMS Message
Variables
RMS message variables contain information on a message that arrives at a message
handler. Depending on the message, some of the variables may not be applicable to
the rule. Table 11-2 describes the RMS message variables.
Table 11-2. RMS Message Variables (Page 1 of 2)
Variable Description
The following variables are visible to message action rules and message group rules, and their rule
action NCL procedures and command groups. For a message group rule, these variables relate to
the last message that causes the group rule to trigger.
&WORD1 through
&WORDn
Contains a word in the message text. n is a value between 1 and 15,
indicating the position of the word in the message. Blanks are word
delimiters.
When the length of a message is greater than 15 words, the text can
be obtained using the &ZZZMSGTEXT variable.
&ZZZMALARM Indicates if the message should sound an alarm. The value can be
NO or YES.
&ZZZMCOLOUR Indicates the color of the message. The value can be BLUE, GREEN,
PINK, RED, TURQUOISE, WHITE, YELLOW, or NONE.
&ZZZMCRTPID Contains the name of the process that sends the message and is the
value of the &$xxx.SPI.TANDEM.ZEMS_TKN_CRTPID message
profile variable (converted event-message token ZEMS-TKN-CRTPID).
&ZZZMDAY Contains the day of message arrival. The value can be MON, TUE,
WED, THU, FRI, SAT, or SUN.
&ZZZMDO. Is a stem variable and contains the values of the message profile
variables for the message.
&ZZZMGUID Contains the Guardian user ID of the user that owns the process that
sends the message and is the value of the
&$xxx.SPI.TANDEM.ZEMS_TKN_USERID message profile variable
(converted event-message token ZEMS-TKN-USERID).
&ZZZMMNGR Contains the name of the subsystem process that manages the
subject (for example, a terminal) in the message and is the value of the
&$xxx.SPI.TANDEM.ZSPI_TKN_MANAGER (converted
event-message token ZSPI-TKN-MANAGER).
&ZZZMNMLDID Contains the domain ID of the NonStop NET/MASTER MS or the
SOLVE management services system that last handled the message.
&ZZZMNMODID Contains the domain ID of the NonStop NET/MASTER MS or SOLVE
management services system from which the message comes.
&ZZZMNODENAME Contains the name of the Guardian system on which the process that
sends the message resides and is the value of the
&$xxx.SPI.TANDEM.ZEMS_TKN_NODENAME (converted
event-message token ZEMS-TKN-NODENAME).
&ZZZMSGID Contains the first word of the message text (message ID) and is
equivalent to &WORD1.
&ZZZMSGTEXT Contains the text of the message.
&ZZZMSOLIC Indicates if the message is solicited. The value can be NO or YES.