Previous Topic: CA JCLCheck Parameter Exits in AssemblerNext Topic: Sample Exits


Parameter Exit Coding Conventions

Effective with r6.1 of CA JCLCheck, you can load parameter exits for the z/OS table dynamically at runtime. (Parameter exits for the Utility table, JCLUTIL, must be linked into CAZ2CJCL.) To do this, specify LOAD=YES and add the EXIT parameter as part of the $VTB macro. Loading a parameter exit dynamically allows you to link the exit as a stand-alone module rather than linking it as part of the CA JCLCheck common component.

Note: Effective with CA JCLCheck Version 11.0, CA JCLCheck internal parameter exits are invoked by the CAEXIT parameter of the $VTB. Do not use CAEXIT for user exits. Continue to use EXIT.

Use the following coding conventions for z/OS table parameter exits:

See CAZ1XPAR in your CAZ2SRC library for an example of the coding conventions described here.