Information

This site will undergo maintenance on Friday, 26 September at 2:00 AM CDT / 12:30 PM IST and may experience a short period of instability during that time.

Wildcards for CTGHSTRY


A mask can contain a specific name, such as PROGRAM1, or a generic designation containing a combination of characters and wildcards.

A plus sign (+) wildcard character can replace a single character; an * wildcard character can replace multiple characters.


Warning

Example

PROG++++

Matches any eight-character name that starts with PROG, such as PROGTEST. It would not match PROG123 because it contains only seven characters.

Warning

Example

PROG* 

Matches a name of a name of any length that begins starts with the characters PROG, such as Prog1 or PROGTEST.


Warning

Note

Wildcards 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.5