Distributed Name Service (DNS) Management Programming Manual
INFO SSTYPE Command
Using DNS in Programs: The DNS Commands
46958 Tandem Computers Incorporated 5–195
ZSPI-TKN-RETCODE
is the standard SPI return token described in the Distributed Systems Management
(DSM) Programming Manual. This token is present in every response record. If its
value is zero (ZDNS-ERR-NOERR), this token indicates that the information is
successfully retrieved. If ZSPI-TKN-RETCODE is not zero, the information is not
successfully retrieved. Where a non-zero return code is present, the response
buffer may contain one or more error lists. Even if the return code is zero, the
response may still contain error lists that describe warnings.
ZSPI-TKN-ERRLIST
is a standard SPI error list, as described in the Distributed Systems Management
(DSM) Programming Manual. The list ends with the token ZSPI-TKN-ENDLIST.
ZSPI-TKN-CONTEXT
is the standard SPI context token described in the Distributed Systems Management
(DSM) Programming Manual.
Operational Notes
When ZDNS-MAP-INFO-SSTYPE-P is supplied, one ZDNS-MAP-INFO-SSOBJ-BR is
returned for each subsystem object.
In addition, if ZDNS-MAP-INFO-SSTYPE-P.ZDETAIL is supplied with a value of
TRUE, one ZDNS-MAP-INFO-SSTYPE-DR is returned for each object.
Where multiple responses are returned in a single buffer, each ZDNS-MAP-INFO-
SSTYPE-BR token (and its corresponding ZDNS-MAP-INFO-SSTYPE-DR token, if
requested) is enclosed in a standard SPI data list:
[ZSPI-TKN-DATALIST]
[ZDNS-MAP-INFO-SSTYPE-BR] (first subsystem-object type)
[ZDNS-MAP-INFO-SSTYPE-DR] (first subsystem-object type)
[ZSPI-TKN-RETCODE] = 0
[ZSPI-TKN-DATALIST]
[ZDNS-MAP-INFO-SSOBJ-BR] (second subsystem-object type)
[ZDNS-MAP-INFO-SSOBJ-DR] (second subsystem-object type)
[ZSPI-TKN-RETCODE] = 0
[ZSPI-TKN-CONTEXT] (if more responses are available)