NET/MASTER Network Control Language (NCL) Reference Manual

PSEND SEND
Verbs
3–158 106126 Tandem Computers Incorporated
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=
mdo-name
specifies the MDO variable in which to receive the reply message. This operand is
valid only if message structure is mapped.
Note The FORMAT operand of the PSEND OPEN verb specifies whether the reply is mapped; the MAP
operand describes and interprets the structure of the reply message.
HEADER
specifies whether you want NCL to attach the MDO header (consisting of the
length of the MDO and its Mapping Services key) to the beginning of the reply
message.
YES
specifies that you want the header attached to the reply message.
NO
specifies that you do not want the header attached to the reply message.
VARS
specifies that the reply message is to be split into the supplied variables. This
operand is valid only if message structure is unmapped.
input-vars-list
specifies the name(s) of specific variables. The variables are separated by
commas. 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 set 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 VARS operand. See
“Frequently Occurring Operands,” at the beginning of this section, for more
information.