NET/MASTER Network Control Language (NCL) Reference Manual
ASSIGN
Verbs
106126 Tandem Computers Incorporated 3–9
DATA=
rest-of-statement
specifies a text string that you can use to replace the contents of one or more
variables. If no text is supplied after the keyword DATA=, then NCL supplies a
null value.
Note DATA, if specified, must be the last keyword in this verb.
FROM
specifies which source variables you want to use for creating the target variables.
After FROM, you must code one of the operands: ARGS, MDO, or VARS. These
operands are described next.
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.
MDO=
variable-name
specifies the variable-name of the source MDO that provides the input data.
VARS
input-vars-list
specifies the name(s) of the variable(s) for the sending list of the assignment
operation. Multiple variables must be enclosed in parentheses and separated
by commas.
variable*
specifies a set of input 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.