Previous Topic: INCLUDENext Topic: INPUT


INDEX

The INDEX option restricts catalog lookup and data set existence checking to the specified high-level indexes. This option is mutually exclusive and cannot be used together with the CSI option.

This option has the following format:

INDex (hi-index1[,hi-index2,...,hi-index16])|NOINDex

The names of the high-level indexes prompt CA JCLCheck to process normally (for example, look up in system catalogs and VTOCs, and check for programs/members).

Example: Restrict Catalog Lookup and Data Set Existence Checking

This example shows how to restrict the CA JCLCheck catalog lookup and data set existence checking to data set names that begin with the high-level index of TRU or XTR:

IND(TRU, XTR)