NET/MASTER Network Control Language (NCL) Reference Manual

FILE PUTGET
Verbs
106126 Tandem Computers Incorporated 3–97
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=
n
see SEGMENT under the preceding ARGS operand.
ID=
fileid
specifies the identity of the operating system process you want to access by using
the FILE PUTGET verb. This operating system process becomes the current file
ID. If this operand is omitted, NCL accesses the operating system process
identified by the ID operand in a previous file operation.
TO
specifies the end of the PUT information and the beginning of the GET
information.
ARGS
specifies a range of generated variables used for receiving the data from the GET
portion of the FILE PUTGET operation. See “Frequently Occurring Operands,” at
the beginning of this section, for more information. If you specify too many
variables, the excess variables are given no value—they are set to the null string.
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.
SEGMENT=
n
specifies the amount of data (in bytes) to be put into the variables specified.
For mapped or delimited files, the default value is 32000. For unmapped files,
the default value is 256. You can specify a value from 1 through 32000.
MDO=
mdo-name
specifies the name of the MDO that receives the information from the operating
system process. The MDO can be connected to a map, which can be a user-defined
map, by using Format 1 of the ASSIGN verb.
Note For more information on user-defined maps, refer to the NonStop NET/MASTER NCL Programmer's
Guide.