Previous Topic: How to Implement Standalone CAISDI/elsNext Topic: Run Standalone CAISDI/els


Customize and Stage the CAISDI/els JCL PROC

A sample CAISDI/els startup JCL procedure is contained in member CASDIELS of the CAI.CAW0PROC data set. To customize and stage the CAISDI/els JCL PROC, follow these steps.

  1. Copy CAI.CAW0PROC(CASDIELS) to SYS2.PROCLIB(CASDIELS) or to any JCL PROCLIB that is automatically searched as part of z/OS START command processing.
  2. Customize the //STEPLIB DD statement by specifying the name of the runtime APF- authorized load library into which the CAISDI/els executable load modules have been copied as described in the CA Common Services for z/OS Installation Guide. Or, if the CA Common Services CAILIB is in the LINKLIST, the STEPLIB can be removed.
  3. Customize the //SYSIN DD statement by specifying the name of the CAISDI/els parameter data set that contains CAISDI/els initialization statements. By default, this would be your CAI.CAW0OPTN data set, but you can copy the ELSSTART, ELSSTOP, ELSREMOV, ELSLIST, and ELSREQS members to a shared PARMLIB. The ELSSTART member is customized in a subsequent configuration step.

This step is complete when you have customized and staged the CAISDI/els JCL PROC to a searched z/OS JCL procedure library.