GDSX Management Programming Manual

Commands and Responses
GDSX Management Programming Manual529930-001
5-36
INFO Command
OFF: GDSX does not enter DEBUG when a fatal error occurs.
ZDYN-MAP
specifies the dynamic session control. The following values are valid:
ON: Dynamic mapping is used between a TERM task and a LINE task.
OFF: Dynamic mapping is not used.
ZSESS
specifies the session control mechanism. The following values are valid:
ON: You define your own mechanism for session control in dynamic
mapping.
OFF: CONTROL 11 is interpreted to establish a session, and CONTROL
12 is interpreted to terminate a session.
ZSTATS
is the statistics control flag. The following values are valid:
ON: Statistics are maintained and collected by TSCODE.
OFF: Statistics are not maintained.
ZPSEUDO-MSG
refers to messages for pseudo OPENs and CLOSEs. The following values are
valid:
ON: Pseudo-messages are sent to the corresponding task.
OFF: Pseudo-messages are not sent.
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.
ZSECUR
determines who may execute the ALTER command. The following values are
valid:
O: Only the owner may alter the process. The owner must run SPI on the
node from which the GDSX process was created.