Start of change

Capture specification

Start of changeThe capture specification defines the place in CICS® where a particular event can be captured. Use capture points, filter predicates, and capture data to define the place where an event can be captured, the conditions that an event can be captured, and the data to be captured.End of change

Start of changeAn event specification contains one or more capture specifications which are created by using the CICS event binding editor. Each capture specification defines the following: End of change

Start of changeEnd of change

Each event specification contains at least one capture specification. The specification describes exactly where in the program the event and its data are to be captured. The same event can occur at multiple points in the code; for example, because of conditional code branches or because the same event can be raised by multiple programs. So an event specification can contain multiple capture specifications.

Start of changeCapture specifications support capture points for the following types of business event:End of change

End of change