Previous Topic: How to Implement Standalone CAISDI/medNext Topic: Run Standalone CAISDI/med


Customize and Stage the CAISDI/med JCL PROC

A sample CAISDI/med started task JCL procedure is contained in member CASDIMED of the CAI.CAW0PROC data set.

Follow these steps:

  1. Copy CAI.CAW0PROC(CASDIMED) to SYS2.PROCLIB(CASDIMED) or to any JCL PROCLIB that is automatically searched as part of z/OS START command processing.
  2. Customize the //MEDPARMS DD statement by specifying the name of the CAISDI/med parameter data set and (member) that contains CAISDI/med initialization statements.

Note the PARM parameter in the EXEC statement. The values that are contained in the PARM field are the same parameters that can be specified on the CAISDI/med INIT statement. Any INIT statement keyword can be specified on the EXEC PARM field. This provides a means to override these values on the z/OS START command.

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