NET/MASTER Network Control Language (NCL) Reference Manual

Display Attributes of a Message
Message Profile Variables
106126 Tandem Computers Incorporated 7–9
&$
xxx
.MSGATTR.FLAGS.INTQ
contains a Boolean value that indicates whether this message was created by using
the INTQ command.
&$
xxx
.MSGATTR.FLAGS.LAST
contains a Boolean value that indicates whether this message is the last in a
sequence.
&$
xxx
.MSGATTR.FLAGS.LOG
contains a Boolean value that indicates whether this message is logged.
&$
xxx
.MSGATTR.FLAGS.LOGP
contains a Boolean value that indicates whether this message was generated by the
NCL LOGPROC procedure.
&$
xxx
.MSGATTR.FLAGS.MSG
contains a Boolean value that indicates whether this message was created by using
the MSG command.
&$
xxx
.MSGATTR.FLAGS.MSGP
contains a Boolean value that indicates whether this message was generated by the
NCL MSGPROC procedure.
&$
xxx
.MSGATTR.FLAGS.NRD
contains a Boolean value that indicates whether this message is a non-roll-delete
(NRD) message.
&$
xxx
.MSGATTR.FLAGS.NRDRET
contains a Boolean value that indicates whether this message was created by using
the NRDRET command.
&$
xxx
.MSGATTR.FLAGS.SCAN
contains a Boolean value, but is not used by NonStop NET/MASTER MS systems.
&$
xxx
.MSGATTR.FLAGS.SOLIC
contains a Boolean value that indicates whether this message is solicited.
&$
xxx
.MSGATTR.FLD
contains the display attributes that apply to a section of the message text only.
This variable is not present if &$
xxx
.DOMID is present. &$
xxx
.MSGATTR.FLD
can occur more than once and is differentiated through indexing.
&$
xxx
.MSGATTR.FLD.OFFSET contains the position at which the section of text
begins. &$
xxx
.MSGATTR.FLD.LENGTH contains the length of the section.