GDSX Management Programming Manual
Commands and Responses
GDSX Management Programming Manual—529930-001
5-17
ALTER Command
ZGDS-MAP-ALTER-PROC
is a structured token that describes the process being altered. It has the token
number ZGDS-TNM-ALTER-PROC and the DDL definition ZGDS-DDL-ALTER-
PROC. This token is required and must occur only once. ZGDS-MAP-ALTER-
PROC contains the following fields:
ZASSOC
specifies how many 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.
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.
If you do not assign a value to this field, the default is OFF.
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.
If you do not assign a value to this field, the default is OFF.
ZSTATS
is the statistics control flag. The following values are valid:
•
ON: Statistics are maintained and collected by TSCODE.
•
OFF: Statistics are not maintained.
If you do not assign a value to this field, the default is ON.