SNAX/HLS Management Programming Manual

Commands by Object Type
Commands and Responses
7–4 104708 Tandem Computers Incorporated
Segmented Responses As stated above, SNAX/HLS can (if requested) return segmented responses to two
commands :
LISTOPENS
INFO
process
The structure of the segment list returned by SNAX/HLS is :
Token Value
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
ZSPI–TKN–SEGLIST Start Segment
ZCMK–TKN–SEGTYPE Segment Type
.
(data)
.
.
ZSPI–TKN–ERRLIST Error list (if present)
.
.
ZSPI–TKN–ENDLIST End error list
ZSPI–TKN–ENDLIST End segment
The token ZCMK–TKN–SEGTYPE is defined in Section 6, "Common Definitions," and
identifies the segment type. For example, in the LISTOPENS response, if a segmented
response is requested, the token ZCMK–TKN–SEGTYPE has the value
ZCMK–VAL–SEGTYPE–LOPNS.
An error list inside a segment list is a warning that refers to the subject of the list.
Segmented responses are only returned if the ZSPI–TKN–ALLOW token is present
with a value of ZSPI–VAL–ALLOW–SEGMENTS, in the command buffer, and if the
command is one of the two listed above.
For more information on segmented responses, refer to the Distributed Systems
Management Programming Manual.