GDSX Management Programming Manual
Commands and Responses
GDSX Management Programming Manual—529930-001
5-9
ADD Command
Tokens in Command Buffer
ZSPI-TKN-MANAGER
is the file name of the GDSX process. This token is optional if the process name 
exists in ZCOM-TKN-OBJNAME on page 4-6; the token must occur only once. See 
the SPI Programming Manual for a description of this token.
ZGDS-MAP-ADD-LINE
is a structured token that describes the line being defined. It has the token number 
ZGDS-TNM-ADD-LINE and the DDL definition ZGDS-DDL-ADD-LINE. This token 
is required and must occur only once. ZGDS-MAP-ADD-LINE contains the 
following fields:
ZACCESSNAME
specifies the name of the device to be opened when the line is started. The 
name may be up to 16 characters long in extended form. If you do not assign a 
value to this field, the default is the first qualifier name of the line object name.
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.
ZGDS-MAP-ADD-SU
is a structured token that describes the subdevice being defined. It has the token 
number ZGDS-TNM-ADD-SU and the DDL definition ZGDS-DDL-ADD-SU. This 
token is required and must occur only once. ZGDS-MAP-ADD-SU contains the 
following fields:
ZACCESSNAME
specifies the file to be opened instead of the terminal, thus overriding the 
normal manner in which GDSX handles process open messages.
Tokens in Response Buffer
ZSPI-TKN-DATALIST TYPE ZSPI-TYP-LIST.
 ...
 ZSPI-TKN-ENDLIST  TYPE ZSPI-TYP-SSCTL.
ZCOM-TKN-OBJNAME TYPE ZSPI-TYP-STRING.
ZCOM-TKN-OBJTYPE TYPE ZCOM-TYP-ENM-OBJ.
ZSPI-TKN-RETCODE TYPE ZSPI-TYP-ENUM.
ZSPI-TKN-ERRLIST TYPE ZSPI-TYP-LIST.
 ...
 ZSPI-TKN-ENDLIST  TYPE ZSPI-TYP-SSCTL.
ZSPI-TKN-CONTEXT TYPE ZSPI-TYP-BYTESTRING.










