NET/MASTER Network Control Language (NCL) Reference Manual
EMSREAD
Verbs
106126 Tandem Computers Incorporated 3–61
SEGMENT=
n
specifies the amount of data (in bytes) to be put into the variables specified.
See “Frequently Occurring Operands,” at the beginning of this section, for
more information.
VARS
input-vars-list
specifies that NCL is to place the text of the message into variables. Each
word of the message text is split into the supplied variables from left to right.
If insufficient variables are provided, some data is not available. Excess
variables are given no value—they are set to the null string. Multiple
variables must be enclosed in parentheses and separated by commas.
variable*
specifies a set of variables. See “Frequently Occurring Operands,” at the
beginning of this section, for more information.
PARSE
See “Frequently Occurring Operands,” at the beginning of this section, for
more information.
RANGE=(
start
,
end
)
determines the range of variables specified by the VARS operand. See
“Frequently Occurring Operands,” at the beginning of this section, for more
information.
SEGMENT=
n
specifies the amount of data (in bytes) to be put into the variables specified.
See “Frequently Occurring Operands,” at the beginning of this section, for
more information.
SET
specifies that the message text is not to be transferred into variables. The
EMSREAD verb returns only the MDO variable &$EMS.
If SET is not specified, use other EMSREAD operands to control the way a
message is handled. The absence of any operands implies SET, which is the
default.