Previous Topic: SELECT and EXCLUDE Rule #1Next Topic: SELECT and EXCLUDE Rule #3


SELECT and EXCLUDE Rule #2

If only SELECT commands apply to an action command, at least one SELECT statement must be true for the data set to be selected for CA Disk processing. This is equivalent to ORing selection based on combining SELECT or EXCLUDE commands.

For example,

SCAN REALVOLS
SELECT VOLUMES=TSO/,DSN=/
SELECT VOLUMES=WORK/,DSN=/
REPORT MVDICT

would report only on data sets on TSO and WORK volumes, not on any other volumes.