In addition to specifying Selection Criteria in Report Sets, Selection Criteria can be used in Report Forms (and also in the History Database; see Performance Selection Criteria). For example, the Sample Report Form BADFILE reports the top 20 Worst File Request transactions. It specifies Selection Criteria (FCTOTAL>0) to ensure only transactions that use File Control services are considered for reporting.
Report Set Selection Criteria generates batch commands using the SELECT operand.
Report Form Selection Criteria generates batch commands using the SELECT2 operand.
CICSPA SELECT(PERF(INCL(TRAN(MY*)))),
SELECT2(PERF(INCL(FCTOTAL(>0)))),...
Both SELECT
and SELECT2 must match for the record to be processed.