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 package view of the CICS Resource Definition Changes Report |--+-)-+->< '-| Condition for resource view of the CICS Resource Definition Changes Report |-'
Condition for package view of the CICS Resource Definition Changes Report |--+-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 resource view of the CICS Resource Definition Changes Report |--+-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-'
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 two letter code EQ or NE with spaces before and after; do not use sign operators with BLANK.
For the NAME attribute, the specified parameter value matches all resource definitions of similar names regardless of case sensitivity. Resource definitions of lowercase, uppercase, or mixed case names may match the parameter value.
You can use the same attribute, 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)
The following attributes apply to COND parameters in both package and resource view reports:
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.
The following attribute applies only to COND parameters in package view reports:
The following attributes apply only to COND parameters in resource view reports:
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>.