EPFE - Event Processing Flattened Event

    ====================================================================
     EPFE - CICS Flattened Event
     This copybook describes the CICS Event Processing contextual
     header which is included in both CICS Flattened Events (CFE) and
     CICS Container-based Events (CCE).
     CFE events contain the contextual header, followed immediately by
     the captured event data. Each data item in the event is formatted
     according to the capture specification and added to the event data
     in the order specified in the event binding.
     CCE events include this data in a context container,
     DFHEP.CCECONTEXT
    ====================================================================
Table 1.
Offset Hex Type Len Name (Dim) Description
(0) STRUCTURE 228 EPFE EPFE
(0) CHARACTER 228 EPFE_CONTEXTDATA Event context
(0) CHARACTER 4 EPFE_STRUCID Structure identifier EPFE
(4) CHARACTER 4 EPFE_VERSION Version
(8) CHARACTER 32 EPFE_EVENTBINDING Event Binding Name
(28) CHARACTER 8 EPFE_EBUSERTAG Event Binding user tag
(30) CHARACTER 32 EPFE_BUSINESSEVENT Business event name
(50) CHARACTER 54 EPFE_NETWORKUOWID Network UOW ID
(86) CHARACTER 17 EPFE_NETQUALAPPLID Network qualified applid
(97) CHARACTER 29 EPFE_DATETIME Capture date and time
(B4) CHARACTER 32 EPFE_CSNAME Capture specification name
(D4) CHARACTER 16 * Reserved
(E4) CHARACTER 0 EPFE_EVENTDATA Start of event data

Constants

Table 2.
Len Type Value Name Description
   Values of EPFE_StrucId
4 CHARACTER EPFE EPFE_STRUC_ID
   Values of EPFE_Version
4 CHARACTER 0001 EPFE_VERSION_1
4 CHARACTER 0002 EPFE_VERSION_2