GDSX Management Programming Manual
Common Definitions
GDSX Management Programming Manual—529930-001
4-3
EMS Standard Definitions
ZSPI-TKN-CMD
contains the command number of a GDSX command. These command numbers
and their associated commands are described in Section 5, Commands and
Responses.
ZSPI-TKN-ERROR
is the error token. For descriptions of the GDSX error numbers and their
associated error lists, refer to Section 7, Error Numbers and Error Lists.
ZSPI-TKN-MANAGER
contains the file name of the GDSX process. This token is optional for GDSX.
ZSPI-TKN-OBJECT-TYPE
contains the object-type number of a GDSX object. These object-type numbers are
described in Data Communications Standard Definitions in this section.
ZSPI-TKN-RETCODE
is the return token, which contains one of the GDSX or common data
communications error numbers. For descriptions of GDSX error numbers and their
associated error lists, refer to Section 7, Error Numbers and Error Lists.
ZSPI-TKN-SERVER-VERSION
contains the server version of the GDSX process.
ZSPI-TKN-SSID
contains ZGDS-VAL-SSID, the subsystem ID of the GDS subsystem. ZGDS-VAL-SSID
has the following structure definition:
EMS Standard Definitions
Definitions whose names begin with ZEMS- are EMS standard definitions.
Table 4-2 lists the EMS standard definitions used in the token-oriented event
management interface to the GDS subsystem.
def ZGDS-VAL-SSID tacl ssid.
02 Z-FILLER type character 8
value is ZSPI-VAL-TANDEM.
02 Z-OWNER redefines Z-FILLER
type ZSPI-DDL-CHAR8.
02 Z-NUMBER type ZSPI-DDL-INT
value is ZSPI-SSN-ZGDS.
02 Z-VERSION type ZSPI-DDL-UINT
value is ZSPI-VAL-VERSION.
end.