Capture specification

The 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.

An event specification contains one or more capture specifications which are created by using the CICS event binding editor. Each capture specification defines the following:

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.

Capture specifications support capture points for the following types of business event: