SNAX/XF and SNAX/APN Event Management Programming Manual

ZDNI Tokens
SNAX/XF and SNAX/APN Event Management Programming Manual426859-001
A-12
ZDNI-MAP-USER-CAUSE
ZDNI-MAP-USER-CAUSE
This extensible structured token contains information obtained from a User Causes
(X‘01’) User Causes Subfield that is included in a User Causes (X‘94’) Alert MS
Subvector. The information consists of a code point for stored text that indicates the
probable user cause for the alert.
An instance of ZDNI-MAP-USER-CAUSE is accompanied by an instance of
ZDNI-MAP-USER-RECOMM-ACT.
This token has the definition ZDNI-DDL-CODE-POINT-DESC and the token number
ZDNI-TNM-USER-CAUSE.
ZCODE-POINT
specifies a code point denoting the probable cause of the alert condition. This field
corresponds to the User Causes (X‘01’) User Causes Subfield. For the meaning of
this 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-USER-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.
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