NET/MASTER Network Control Language (NCL) Reference Manual

MSGCONT
Verbs
106126 Tandem Computers Incorporated 3–129
NO
changes the non-roll-delete attribute to that of a standard message (not a NRD
message).
OPER
changes the non-roll-delete attribute to OPER—no delete operator message
identifier (DOM ID) is assigned to it.
YES
makes the message a full non-roll-delete message. It is not an error to enter
NRD=YES, but it is ignored. Full non-roll-delete with a delete operator
message identifier (DOM ID) correlation can only be set by the message
originator (for example the WRITE verb).
SCAN
specifies that the message can contain strings of characters delimited by “at” signs
(@). If you specify the YES option, NCL scans the message before it is displayed
and removes the @ signs. They are replaced by the appropriate attribute settings
to turn highlighting on and off at the terminal. The first @ sign turns highlighting
on. Thereafter the intensity alternates with each @ sign.
NO
specifies that NCL does not scan the message.
YES
specifies that NCL scans the message and replaces at signs (@).
DATA=
rest-of-statement
replaces the text of the message received from MSGREAD. The text can be in
uppercase and lowercase. If no text is supplied, NCL uses a blank line. The data
string is regarded as being everything to the right of DATA=, to the end of the
statement.
Note DATA, if specified, must be the last keyword in this verb.
Considerations
The default values for the options used with this verb are those that accompanied
the original message.
For more information on the MSGCONT verb, refer to the NonStop NET/MASTER
NCL Programmer's Guide, which also contains examples of the use of the
MSGCONT verb.