Reason:
You must specify a SELECT command after every SCAN command in order to limit the entities that will be processed. This requirement can be made optional by specifying sysparm DSNSELRE with a value of N.
Action:
You probably have a command structure that looks something like:
SCAN something
Action command
If you want all data sets to be processed, specify:
SCAN something SELECT VOLUMES=/,DSNAMES=/
Action command
If you want all data sets, VTOCs, VTOC indexes, catalogs and VVDSs to be processed, specify:
SCAN something SELECT VOLUMES=/,DSNAMES=/ SELECT VOLUMES=/,VTOCS SELECT VOLUMES=/,CATALOGS=/
Action command
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|