SNAX/XF and SNAX/APN Event Management Programming Manual
SNAX/XF and SNAX/APN Event Management Programming Manual—426859-001
A-1
A
ZDNI Tokens
This appendix provides a dictionary of ZDNI tokens.
Compaq provides eleven extensible structured tokens whose symbolic names begin with
the characters ZDNI:
ZDNI-MAP-ALERT-BASIC
ZDNI-MAP-ALERT-GENERIC
ZDNI-MAP-ALERT-RECFMS
ZDNI-MAP-FAILURE-CAUSE
ZDNI-MAP-FAIL-RECOMM-ACT
ZDNI-MAP-INSTALL-CAUSE
ZDNI-MAP-INST-RECOMM-ACT
ZDNI-MAP-TEXT-QUAL
ZDNI-MAP-UNDET-RECOMM-ACT
ZDNI-MAP-USER-CAUSE
ZDNI-MAP-USER-RECOMM-ACT
Only certain subsets of these tokens appear in your buffer at a given time. These
subsets carry information derived from and corresponding to one of three SNA alert
types—the basic alert, the generic alert, and the RECFMS (Record Formatted
Maintenance Statistics) alert. ZDNI-MAP-TEXT-QUAL accompanies all three alert
types.
The ZDNI-MAP-ALERT-BASIC token corresponds to the Basic Alert (X’91’’) Alert
MS Subvector. The ZDNI-MAP-ALERT-RECFMS corresponds to a Record Formatted
Maintenance Statistics (RECFMS) alert. The remaining tokens map to Network
Management Vector Transport (NMVT) subvectors and subfields in generic alerts.
ZDNI Token Dictionary
This subsection defines each of the ZDNI tokens in Data Definition Language (DDL).
For more information about DDL, see the appendix “Summary of DDL for SPI” in the
SPI Programming Manual. To interpret the meaning of the values in these tokens,
consult the IBM Systems Network Architecture: Formats manual.
ZDNI-MAP-ALERT-BASIC
This extensible structured token carries code points contained in a Basic Alert (X‘91’)
Alert MS Subvector.
This token has the definition ZDNI-DDL-ALERT-BASIC and the token number
ZDNI-TKN-ALERT-BASIC.
def ZDNI-DDL-ALERT-BASIC.
02 ZALERT-TYPE type ZSPI-DDL-INT.
02 ZALERT-DESC type ZSPI-DDL-INT.
02 ZPROBABLE-CAUSE type ZSPI-DDL-UINT.
end