The REVINDEX option restricts catalog lookup and data set existence checking by ignoring the specified high-level indexes that begin with the value specified. REVINDEX treats this value as if there is a wildcard (*) following it. This option is mutually exclusive and cannot be used together with the CSI option.
This option has the following format:
REVIndex (hi-index1[,hi-index2,...hi-index16])|NOREVind
Specifies up to 16 names of the high-level indexes that CA JCLCheck should ignore during normal processing. For example, when looking up programs/members in system catalogs and VTOCs. At least one name is required.
You can use this option in a multi-CPU environment to prevent mounts for catalogs on volumes that are not available to the system where CA JCLCheck is being executed.
Under this option, CA JCLCheck assumes that any data set that starts with an index specified on the list is cataloged on a 3380 with a volume serial of *XAVOL (unless the DD statement includes UNIT and VOLUME information).
Example: Exclude Data Sets
The following example excludes data sets that have names beginning with the high-level index of TRU or XTR from the CA JCLCheck catalog lookup and data set existence checking:
REVI(TRU, XTR)
Copyright © 2014 CA.
All rights reserved.
|
|