z/OS ISPF Software Configuration and Library Manager Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Selection parameters

z/OS ISPF Software Configuration and Library Manager Guide and Reference
SC19-3625-00

You can use patterns to specify a variety of acceptable values for the accounting information fields. A pattern consists of alphanumeric characters and three special characters: an asterisk (*), a logical NOT symbol (¬), and an equal sign (=).

Use an asterisk to match any string of characters including the null string. You can use it more than once.

Use the logical NOT symbol (¬) to negate the result of a match with the pattern. You can specify it only once. The logical NOT symbol is removed from the pattern before a match is attempted. Therefore, the position of the logical NOT symbol within the pattern is not significant.

Use an equal sign (=) to indicate all groups that are at the same layer in the hierarchy as the group you specify. An equal sign can only be specified once in the pattern.

Use the equal sign only in the group field. Do not use the equal sign in conjunction with other wildcard characters. If you use the equal sign, you must specify a valid group name. The name specified is taken literally.

Note: Do not use an equal sign (=) as the first character in a pattern because it is a special character in ISPF.

Use the patterns shown in Table 1 to select accounting information.

Table 1. Pattern Examples
Pattern Match
AB*Z ABZ,ABCZ,ABCZYZ,ABCABZ
¬AB*Z ABC,XABZ,ABZX
*AB*Z ABZ,XABZ,ABCABZ,ABCZ,ABCZYZ
DEV1= DEV1,DEV2
STAGE1= STAGE1,STAGE2
Note: See Figure 1 for an illustration of the hierarchy represented in the last two rows.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014