NET/MASTER Network Control Language (NCL) Reference Manual
PSEND SEND
Verbs
106126 Tandem Computers Incorporated 3–157
MDO=
mdo-name
specifies the MDO variable in which to send the request message. This operand is
valid only if message structure is mapped.
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
request message.
YES
specifies that you want the header attached to the request message.
NO
specifies that you do not want the header attached to the request message.
VARS
specifies the variables from which to send the request message. This operand is
valid only if message structure is unmapped.
output-vars-list
specifies the name(s) of specific variables. The variables are separated by
commas. You can cause an error if you exceed the maximum record size by
specifying too many variables. 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.
TO
specifies the end of the request message information and the beginning of the
reply message information.
ARGS
specifies a range of generated variables for receiving the reply message. See
“Frequently Occurring Operands,” at the beginning of this section, for more
information. This operand is valid only if message structure is unmapped.