NET/MASTER Network Control Language (NCL) Reference Manual

Display Attributes of a Message
Message Profile Variables
7–6 106126 Tandem Computers Incorporated
&$
xxx
.MSGATTR
contains the display attributes of the message text. This variable is present if the
message is a standard text message. This variable is not present if the message is a
delete operator message instruction; in this case, &$
xxx
.DOMID is present.
&$
xxx
.MSGATTR.ALARM
contains the alarm attribute of the message text.
1 (YES)
indicates that the alarm is on.
0 (NO)
indicates that the alarm is off.
&$
xxx
.MSGATTR.CLASS
contains information on the class of message, or the feature that generated the
message. Each following byte contains a Boolean value, 0 or 1 (zero or one),
representing whether the message belongs to a particular class.
&$
xxx
.MSGATTR.CLASS.AOMMSG
contains a Boolean value that indicates whether the message originated from
Automated Operations Management (AOM) on an IBM system.
1 (YES)
indicates that the message originated from AOM.
0 (NO)
indicates that the message did not originate from AOM.
&$
xxx
.MSGATTR.CLASS.EMSMSG
contains a Boolean value that indicates whether the message originated from EMS.
1 (YES)
indicates that the message originated from EMS.
0 (NO)
indicates that the message did not originate from EMS.
&$
xxx
.MSGATTR.CLASS.FTSMSG
contains a Boolean value that indicates the origin of this message: whether from
the SOLVE management services, or whether from an IBM system using the File
Transfer System (FTS).