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:
For example, to apply a DSORG statement to all partitioned data sets, specify DSORG NAME=PO.
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.
|
Copyright © 2014 CA.
All rights reserved.
|
|