NET/MASTER Network Control Language (NCL) Reference Manual
FILE PUTGET
Verbs
3–98 106126 Tandem Computers Incorporated
HEADER
specifies whether the MDO header (consisting of the length of the MDO and
its Mapping Services key) is attached to the beginning of the record.
NO
specifies that the header is not attached to the record.
YES
specifies that the header is attached to the record. It is not necessary to
specify the name of the map when retrieving the record.
VARS
input-vars-list
specifies that the received record is to be split into the supplied variables.
Each field of the record is split into the supplied variables, from left to right. If
insufficient variables are provided, some data is not available. 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.
SEGMENT
see SEGMENT under the preceding ARGS operand.