NET/MASTER Network Control Language (NCL) Reference Manual

ASSIGN
Verbs
3–20 106126 Tandem Computers Incorporated
ARGS
specifies a range of generated variables. See “Frequently Occurring Operands,” at
the beginning of this section, for more information.
RANGE=(
start
,
end
)
determines the range of variables specified by the ARGS operand. See
“Frequently Occurring Operands,” at the beginning of this section, for more
information.
VARS
output-vars-list
specifies which variables are to be used. If too few variables are specified,
data is missing; if too many, 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 list of output variables. 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.
FROM
specifies which variables you want to match against the modified field list and
assigns the names of those variables to the target variables.
ARGS
specifies a range of variables. See “Frequently Occurring Operands,” at the
beginning of this section, for more information.
RANGE=(
start
,
end
)
determines the range of variables specified by the ARGS operand. See
“Frequently Occurring Operands,” at the beginning of this section, for more
information.