Previous Topic: How You Override Lists of ProgramsNext Topic: How You Detect and Prevent Attribute Modification


How You Identify the Data Sets EDIF Should Process

You can use the NAME parameter on DATASET, PREFIX, SUFFIX, PATTERN, and DSORG statements to identify the data sets to which a statement applies. You can specify the NAME parameter on a UTILITY statement, but for a different purpose.

Use the NAME parameter to identify data sets in these ways:

EDIF lets you use these wildcard characters on PATTERN statements:

*

Matches the remainder of the data set name.

?

Matches the remainder of the current index level.

#

Matches a single character in the data set name.

You can use combinations of wildcard characters to match a pattern. For example, the pattern #.?.* matches data set names A.DATA.SET or A.B.C, but not A.DATA or MY.DATA.SET.