NET/MASTER Network Control Language (NCL) Reference Manual

WRITE
Verbs
3–224 106126 Tandem Computers Incorporated
WRITE The WRITE verb writes a message or delivers it to the execution environment of the
NCL process: this can be to the user's terminal, to the activity log, or to all monitor
class users. With this verb, it is possible to write to another NCL process and pass an
MDO to it. When the WRITE verb is invoked by an NCL procedure started by using
the INTCMD verb, the output (that would otherwise go to the user’s terminal) is
obtained only by using the INTREAD verb.
WRITE [ ALARM={ NO | YES } ]
[ ALL={ NO | YES } ]
{ ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
MDO=
&mdo-name
|
VARS={
output-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] }
[ { BKGCOLOR | BKGCOLOUR }=
color-option
]
[ { COLOR | COLOUR }=
color-option
]
[ { HLITE | HLIGHT }=
hlite-option
]
[ INTENS={ HIGH | LOW } ]
[ LOG={ NO | YES } ]
[ LUNAME=
luname
} ]
[ MON={ NO | YES } ]
[ MSGCODE=
xx
]
[ NCLID=
nclid
]
[ NRD={ NO | OPER | YES } ]
[ SCAN={ NO | YES } ]
[ TERM={ NO | YES } ]
[ TYPE={ REQ | RESP }
[ USERID=
userid
]
DATA=
rest-of-statement
color-option
BLUE GREEN PINK RED
TURQUOISE WHITE YELLOW NONE
hlite-option
BLINK REVERSE USCORE NONE
ALARM
specifies whether the terminal alarm is to ring when the message is delivered.
NO
inhibits the terminal alarm.
YES
sounds the terminal alarm.