Report filter criteria and filter sets
Filter criteria provide a way to select only the records that match certain specifications to be reported.
Filter criteria are specified as elements of filter sets. A filter set represents one or more filter criteria to be ANDed together to determine whether a record matches. In following example, only the records where the job name is ABC and the ddname is XYZ, are to be reported:
FILTER_SET=(JOBNAME=ABC,DDNAME=XYZ)
Notes:
FILTER_SET=
must precede the criteria.- Filter set criteria must be separated by commas, even if they are on separate lines. You do not need to specify a comma after the last filter set criteria that you specify.