Previous Topic: 3265Next Topic: 3268


3266

COMMAND REJECTED - THE CATALOGS= PARAMETER MAY NOT BE USED WITH THE CRITERIA=, DSNAMES=, TABLE= OR VTOCS PARAMETERS

Reason:

Because the constructs SELECT CATALOGS= and EXCLUDE CATALOGS= are so narrow already, it is not necessary to further restrict selection based on other criteria. So, the CRITERIA=, DSNAMES=, TABLE= and VTOCS parameters are not allowed with SELECT CATALOGS= or EXCLUDE CATALOGS=.

Action:

Remove the CRITERIA=, DSNAMES=, TABLE= and VTOCS parameters from the SELECT CATALOGS= or EXCLUDE CATALOGS= commands, and rerun the task.

You may use the VOLUMES= parameter with the CATALOGS= parameter. For example, to back up the CATALOGS= on your TSO volumes, run:

//jobname JOB (acct,info),etc.
// EXEC   DMS
//SYSIN    DD  *
SCAN REALVOLS
 SELECT CATALOGS=,VOL=TSO/
 BACKUP