Previous Topic: LISTNext Topic: MCOSYS


LOCATE

The LOCATE option causes CA JCLCheck to look up data sets in the system catalog when you code UNIT and VOLSER data on the DD statement. This option is mutually exclusive and cannot be used together with the CSI option.

The NOLOCATE option suppresses catalog lookup when UNIT and VOLUME are located.

This option has the following format:

LOcate|NOLOcate

Default: LOcate

The LOCATE option can reduce CA JCLCheck overhead but can allow data set not found conditions to go undetected.

Note: We do not recommend that you use this option. Instead, use the INDEX, REVINDEX runtime options. This option is useful for checking JCL that is running on a remote CPU.