EPAP - Event Processing Adaptparm Container

  
  
  
  This copybook describes the DFHEP.ADAPTPARM container that
  contains parameter data for invocation of a CICS EP adapter.
  
  A CICS EVENT object consists of the following containers:
  
  DFHEP.ADAPTER
  - a container for the EP adapter configuration
  DFHEP.ADAPTPARM
  - a container for the EP adapter invocation parameters
  DFHEP.CONTEXT
  - a container for the contextual data common to all events
  DFHEP.DESCRIPTOR
  - a container describing the list of capture data items
  DFHEP.DATA.nnnnn
  - a container for each captured data item where nnnnn is a 5
  decimal digit sequence number that indicates the ordering of the
  captured data starting at '00001'.
  
  --------------------------------------------------------------------
Table 1.
Offset Hex Type Len Name (Dim) Description
(0) STRUCTURE 44 EPAP EP adapter parameter data
(0) CHARACTER 4 EPAP_STRUCID Structure identifier EPAP
(4) FULLWORD 4 EPAP_VERSION Structure version number
(8) CHARACTER 32 EPAP_ADAPTERNAME EP adapter name
(28) CHARACTER 1 EPAP_RECOVER Emission recoverability
(29) CHARACTER 3 * Reserved

Constants

Table 2.
Len Type Value Name Description
   Values of EPAP_StrucId
4 CHARACTER EPAP EPAP_STRUC_ID
   Values of EPAP_Version
4 DECIMAL 1 EPAP_VERSION_1
4 DECIMAL 1 EPAP_CURRENT_VERSION
   Values of EPAP_Recover
1 CHARACTER R EPAP_RECOVERABLE
1 CHARACTER N EPAP_NON_RECOVERABLE
1 CHARACTER EPAP_ANY_RECOVERABLE