Defines criteria for the journal records to be included in the report requested by the preceding REPORT batch command.
You can specify multiple CRITERIASET commands, each defining one or more conditions. Conditions within a CRITERIASET are implicitly combined by a logical AND operator. Multiple CRITERIASET commands are implicitly combined by a logical OR operator.
>>-CRITERIASET--------------------------------------------------> .-,------------------------------------------------------------------------------------. V | >----COND=(-+-| Condition for CICS Resource Definition Changes Report package view |--+-)-+->< +-| Condition for CICS Resource Definition Changes Report resource view |-+ '-| Condition for CICS Runtime Resource Changes Report |------------------'
Condition for CICS Resource Definition Changes Report package view |--+-DATE--+-EQ-+--+-yyyy/mm/dd-------+-----+-------------------| | +-NE-+ '-TODAY-+--------+-' | | +-GT-+ '- -days-' | | +-LT-+ | | +-GE-+ | | '-LE-' | +-CPID--+-+-EQ-+--specific_value-+-------+ | | +-NE-+ | | | | +-GT-+ | | | | +-LT-+ | | | | +-GE-+ | | | | '-LE-' | | | '-+-EQ-+--masked_value---' | | '-NE-' | '-+-SCHEME-+--+-EQ-+--+-specific_value-+-' '-USER---' '-NE-' '-masked_value---'
Condition for CICS Resource Definition Changes Report resource view |--+-DATE--+-EQ-+--+-yyyy/mm/dd-------+------------+------------| | +-NE-+ '-TODAY-+--------+-' | | +-GT-+ '- -days-' | | +-LT-+ | | +-GE-+ | | '-LE-' | +-+-CONFIGURATION-+--+-EQ-+--+-specific_value-+-+ | +-GROUP---------+ '-NE-' '-masked_value---' | | +-NAME----------+ | | '-USER----------' | +---TYPE----+-EQ-+--specific_value--------------+ | '-NE-' | +-+-CSD-----+--+-EQ-+--+-specific_value-+-------+ | '-CONTEXT-' '-NE-' +-masked_value---+ | | '-<BLANK>--------' | '-CPID--+-+-EQ-+--+-<BLANK>------+-+------------' | '-NE-' '-masked_value-' | '-+-EQ-+--specific_value---' +-NE-+ +-GT-+ +-LT-+ +-GE-+ '-LE-'
Condition for CICS Runtime Resource Changes Report |--+-DATE--+-EQ-+--+-yyyy/mm/dd-------+------------+------------| | +-NE-+ '-TODAY-+--------+-' | | +-GT-+ '- -days-' | | +-LT-+ | | +-GE-+ | | '-LE-' | +-+-TARGET--------+--+-EQ-+--+-specific_value-+-+ | +-CONFIGURATION-+ '-NE-' '-masked_value---' | | +-GROUP---------+ | | +-NAME----------+ | | '-USER----------' | +---TYPE----+-EQ-+--specific_value--------------+ | '-NE-' | +-+-CSD-----+--+-EQ-+--+-specific_value-+-------+ | '-CONTEXT-' '-NE-' +-masked_value---+ | | '-<BLANK>--------' | '-CPID--+-+-EQ-+--+-<BLANK>------+-+------------' | '-NE-' '-masked_value-' | '-+-EQ-+--specific_value---' +-NE-+ +-GT-+ +-LT-+ +-GE-+ '-LE-'
A masked_value can use a plus sign (+) to represent a single character and an asterisk (*) to represent zero or more characters, in any combination.
The special value <BLANK> denotes a blank or null value. If you use <BLANK> in a condition, use the 2-letter code EQ or NE with spaces before and after; do not use sign operators with <BLANK>.
For the NAME keyword, the specified value matches all resource definitions of similar names regardless of case sensitivity. Resource definitions of lowercase, uppercase, or mixed case names may match the value.
You can use the same keyword, such as DATE, in more than one COND parameter. For example, the following combination of COND parameters selects journal events that occurred in January 2007:
CRITERIASET COND=(DATE GE 2007/01/01),
COND=(DATE LE 2007/01/31)
You can specify the following keywords in conditions, depending on the particular report. Condition keywords typically correspond to column headings in the report; not all keywords apply to all reports.
For a CICS Runtime
Resource Changes Report:
The CSD value is the fully qualified data set name of a CSD file without enclosing quotes. The CONFIGURATION value is the name of a CICS configuration, and the CONTEXT value is the name of a CICSPlex SM context.
For CONTEXT and CSD, you can use the special value <BLANK> to denote a blank or null value. For example, the condition CONTEXT EQ <BLANK> excludes from the report any changes to resource definitions in contexts. CSD EQ <BLANK> is equivalent to CONTEXT NE <BLANK>, and CSD NE <BLANK> is equivalent to CONTEXT EQ <BLANK>.
In a resource view report, you can use the special value <BLANK> to denote a blank or null value. For example, the condition CPID EQ <BLANK> excludes changes caused by change packages, while CPID NE <BLANK> excludes changes not caused by change packages.
or