Modifiers for CTGHSTRY


You can use and of the the following special characters to precede masks: 

  • ¬ not (SHIFT+6)
  • > greater than
  • < less than

A mask that starts with ¬ (not) selects only those records that do not match the criteria. 

Warning

Example

¬ PAY1

Skips all PAY1 records.

¬ PAY*

Skips all records that start with PAY, such as PAY1 or PAYROLL.

A mask that starts with > (greater than) selects only records that are higher than the entered value. 

Warning

Example

>PA

Selects only records that began with a value greater than PA.

A mask that starts with < (less than), selects only records that are lower than the entered value. 

Warning

Example

<P

Selects only records that began with a value less than P.


Warning

Note

Modifiers cannot be used with User Id, CICS APPLID and CICS Job masks.



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Monitor for CICS 7.2