SNAX/XF and SNAX/APN Event Management Programming Manual

ZDNI Tokens
SNAX/XF and SNAX/APN Event Management Programming Manual426859-001
A-7
ZDNI-MAP-INSTALL-CAUSE
This token has the definition ZDNI-DDL-CODE-POINT-DESC and the token number
ZDNI-TNM-INSTALL-CAUSE.
ZCODE-POINT
specifies a code point denoting the probable cause of the alert condition. This field
corresponds to the Install Causes (X‘01’) Install Causes Subfield. For the meaning
of the code point, see the IBM Systems Network Architecture: Formats manual.
ZDETAIL-DATA-NUM
specifies the number of instances of ZDETAIL-DATA the token contains. The token
can contain as many as three instances.
ZDETAIL-DATA
carries information corresponding to the information contained in one Detailed Data
(X‘82’) Network Alert Common Subfield. The ZDNI-MAP-INSTALL-CAUSE
token can contain as many as three instances of ZDETAIL-DATA, depending on the
value specified in ZCODE-POINT. Each instance of ZDETAIL-DATA contains the
following fields:
ZPRODUCT-ID-CODE
specifies the Product ID Subvector code.
ZDATA-ID
contains a code point that designates the type of data carried in the Detailed
Data (X‘82’) subfield. For the meaning of the code point, see the description of
this subfield in the IBM Systems Network Architecture: Formats manual.
ZDATA-ENCODING
contains a code point specifying how the detailed data is encoded. For the
meaning of the code point, see the IBM Systems Network Architecture: Formats
manual.
ZDATA-LENGTH
specifies the number of bytes used in the ZDETAILED-DATA field.
def ZDNI-DDL-CODE-POINT-DESC.
02 ZCODE-POINT type ZSPI-DDL-INT.
02 ZDETAIL-DATA-NUM type ZSPI-DDL-INT.
02 ZDETAIL-DATA occurs three times.
04 ZPRODUCT-ID-CODE type ZSPI-DDL-CHAR.
04 ZDATA-ID type ZSPI-DDL-CHAR.
04 ZDATA-ENCODING type ZSPI-DDL-CHAR.
04 ZDATA-LENGTH type ZSPI-DDL-CHAR.
04 ZDETAILED-DATA type ZDNI-DDL-CHAR44.
02 ZPSID-INDEX type ZSPI-DDL-INT.
end