NET/MASTER Network Control Language (NCL) Reference Manual
LOGREAD
Verbs
3–124 106126 Tandem Computers Incorporated
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 which variables are to be generated. If too few variables are
specified, data is missing. Excess variables are given no value—they are set to
the null string. Multiple variables must be enclosed in parentheses and
separated by commas. If the message contains an enclosed MDO mapped by
$NCL and PARSE=YES, NCL places the data in that MDO into variables,
rather than parsing the text.
variable*
specifies a set of variables. See “Frequently Occurring Operands,” at the
beginning of this section, for more information.
If the message contains an enclosed MDO mapped by $NCL and PARSE=YES,
NCL places the data in that MDO into variables, rather than parsing the text.
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.
MDO=
&mdo-name
specifies that an enclosed MDO variable (contained in the message) is to be copied
to a newly created MDO variable with the name &
mdo-name
, mapped by the
assigned map contained in the message. The old MDO, if any, is deleted. See the
fourth example at the end of this description.