GDSX Management Programming Manual
Commands and Responses
GDSX Management Programming Manual—529930-001
5-10
ADD Command
ZACCESSNAME is appropriate only when the GDS subsystem is interfaced to
subsystems other than CP6100 and ENVOY. The device name can be up to
24 characters long in extended form. If you do not assign a value to this field,
the default is the qualifier name of the subdevice object name.
ZEXT-SU-SIZE
specifies the length of the user’s extended data. If you do not assign a value to
this field, the default is the value of the GDSX configuration parameter
EXTSUSIZE.
ZASSOC
specifies whether one or multiple TERM tasks are created to handle requests
to a terminal. The following values are valid:
•
ON: Only one TERM task handles all requesters attempting to open a
particular physical terminal; that is, one TERM task per terminal.
•
OFF: One TERM task is created to handle each requester opening a
terminal. If multiple requesters make multiple requests to a terminal, then
multiple TERM tasks are created; that is, one TERM task per opener.
If you do not assign a value to this field, the default is OFF.
ZAUTOSTOP
specifies when a task is stopped. The following values are valid:
•
ON: The task is stopped when its last opener is closed.
•
OFF: The task is not automatically stopped.
If you do not assign a value to this field, the default is ON.
ZNOWAIT-DEPTH
specifies the maximum number of concurrent nowait I/Os. Valid values are in
the range from 1 through 15. If you do not assign a value to this field, the
default is 1.
ZSUTYPE
specifies the value that is passed as the TYPE parameter to the USER^TASK
initiated to handle the TCP open. Valid values are in the range from 0 through
15. If you do not assign a value to this field, the default is 0.
ZUSER-DATA
is the user’s extended data.