GDSX Management Programming Manual

Commands and Responses
GDSX Management Programming Manual529930-001
5-34
INFO Command
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.
ZDYN
refers to dynamic terminals. The following values are valid:
ON: Dynamic terminals can be created.
OFF: All terminals must be preconfigured using the ADD TERM command.
ZDYN-NOWAIT-DEPTH
is the nowait depth for dynamic terminals. Valid values are in the range from 1
through 15.
ZIOCB-WAIT-TIME
is the maximum time, in one-hundredth of a second units, a task waits for an
I/O control block to become available. Valid values are in the range from 0
through 6000.
ZLOOP-TIME
is the maximum time, in one-hundredth of a second units, a task can run
without giving up control. The value of this field is passed to the operating
system procedure LOOPTIMER when GDSX dispatches a task. Valid values
are in the range from 0 to 32767. If ZLOOP-TIME is zero, GDSX does not call
LOOPTIMER.
ZMAX-CP-SIZE
is the maximum number of checkpoints that can be used.
ZMAX-IOCBS
is the maximum number of I/Os that can be outstanding at one time.
ZMAX-LINES
is the maximum number of lines that GDSX can control.
ZMAX-FILES
is the maximum number of files that GDSX can open.
ZMAX-OPENS
is the maximum number of external openers that GDSX allows.
ZMAX-TASKS
is the maximum number of tasks that can run at one time.