Event capture exit XEPCAP

The XEPCAP exit is invoked just before an event is captured by CICS event processing. Use the XEPCAP exit to detect when events are captured.

Exit-specific parameters
UEPEPCX
Address of the EPCX (event context data structure). This parameter contains information about the event being captured. For more information about EPCX, see EPCX Event Processing Context Container.
UEPEPTASK
Address of a 4-byte (packed decimal) field containing the task number.
UEPLOAD
Address of the capturing transaction program load point.
UEPRSA
Address of the capturing transaction register save area, which contains the contents of the registers at the point when the program issued the EXEC CICS command. If the event is captured from program initialization rather than an API call then this parameter is set to 0.
Return codes
UERCNORM
Continue processing.
XPI calls
You can use all XPI calls.
API and SPI commands
No EXEC CICS commands can be used.