GDSX Management Programming Manual
Commands and Responses
GDSX Management Programming Manual—529930-001
5-39
INFO Command
ZASSOC
indicates 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.
ZAUTOSTOP
indicates 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.
ZNOWAIT-DEPTH
is the maximum number of concurrent nowait I/Os.
ZSUTYPE
is the value that is passed as the TYPE parameter to the USER^TASK initiated
to handle the TCP open.
ZUSER-DATA
is the user’s extended data.
ZCOM-TKN-OBJNAME
is the name of the object for which information is being returned. This token is
present in every response record.
ZCOM-TKN-OBJTYPE
is the type of object named in ZCOM-TKN-OBJNAME. The following values are
valid:
•
ZCOM-OBJ-PROCESS: The object is a process.
•
ZCOM-OBJ-TASK: The object is a task.
•
ZCOM-OBJ-LINE: The object is a line.
•
ZCOM-OBJ-SU: The object is a subdevice.
ZCOM-TKN-OBJTYPE is present in every response record and is described in the
SPI Common Extensions Manual.