Previous Topic: 3420Next Topic: 3423


3422

THE FIND COMMAND DSNAME= PARAMETER MUST HAVE A FIRST QUALIFIER WITHOUT PATTERN CHARACTERS

Reason:

Due to a restriction of Catalog Management, the DSCL FIND command DSNAME= parameter must have a complete first node without any CADisk pattern characters (/, ?, *, !). This is because Catalog Management needs to know which catalog is to be used for the Superlocate search. CADisk pattern characters in other nodes are fine.

Action:

Respecify the DSNAME= parameter so that the first (high level) qualifier does not contain any CADisk pattern characters. If necessary, create multiple FIND commands. For example, instead of:

FIND DSNAME=LABIVP?.*.SOURCE/

Action command

specify:

FIND DSNAME=LABIVP1.*.SOURCE/
FIND DSNAME=LABIVP2.*.SOURCE/
FIND DSNAME=LABIVP3.*.SOURCE/
FIND DSNAME=LABIVP4.*.SOURCE/

Action command

Then resubmit.