Filtering programs and transactions while recording
Use filter expressions to specify which of the programs and transactions in the entire list in a CICS® transport must be recorded.
About this task
Note: Internal CICS® programs that are not related
to application code are always excluded.
Note: Negative filters
(filters that are prefixed with a
-
) are not supported
from HCL OneTest™ API 8.7.1 and later versions.Procedure
- In the Logical View of Architecture School, open the IBM® CICS® Region resource by double-clicking it.
- On the Recording tab, under Filter,
type one or more filter expressions. The following rules apply to
filter expressions:
The following are examples of filtering transaction IDs and program names.
Example filter 1: Recording only the programs whose name starts with
TEST
, started by any transaction:Program=TEST*,Transaction=*
Example filter 2: Recording all programs started by transaction
RITL
:Program=*,Transaction=RITL
Example filter 3: Recording all programs whose name begins with
TEST
, started by transactions whose transaction ID starts withRIT
:Program=TEST*,Transaction=RIT*