Previous Topic: VIOPLUSNext Topic: XEROX


VSAM

The VSAM option requests support of VSAM catalog management. This option is mutually exclusive and cannot be used together with the CSI option.

This option has the following format:

Vsam[(Reverse|NORevers)]|NOVsam

Default: NOVsam

You can specify an operand to direct the order of search of the private and system catalogs:

Reverse

Causes CA JCLCheck to search the catalogs in reverse order (that is, the system catalog first, then the private catalog). This feature improves performance for jobs whose data sets are cataloged most often in the system catalog. However, exercise caution with this feature since its use produces incorrect results for data sets cataloged in both the system and the private catalog.

NORevers

Requests normal search order.

Default: NOREVERS

This option causes CA JCLCheck to invoke the IBM utility IDCAMS when it encounters a JOBCAT or STEPCAT statement defining a VSAM catalog. If IDCAMS accepts the catalog, the utility is called instead of standard catalog management during the scope of the job or step catalog.

Without the VSAM option, CA JCLCheck handles VSAM data sets correctly only if its own JCL contains a JOBCAT or STEPCAT statement defining the correct catalog.