NET/MASTER Network Control Language (NCL) Reference Manual
SECCALL EXIT
Verbs
3–170 106126 Tandem Computers Incorporated
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
specifies the amount of data (in bytes) to be put into the variables
specified. See “Frequently Occurring Operands,” at the beginning of this
section, for more information.
DATA=
text
specifies the information to be passed from NonStop NET/MASTER MS to the
installation's security exit.
Note text must be enclosed in quotes if it contains any keywords.
TO
specifies that the information returned from the exit is to be placed into the
variables defined after this operand.
ARGS
specifies a range of generated variables for receiving the message. 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.
SEGMENT=
n
specifies the amount of data (in bytes) to be put into the variables specified.
See “Frequently Occurring Operands,” at the beginning of this section, for
more information.
VARS
input-vars-list
specifies the names in a variable list into which the received message is to be
placed before control is returned to the procedure. Each word of the received
message line is split into the supplied variables from left to right. 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.