Previous Topic: CA OPS/MVS Configuration Options Using CA CSMNext Topic: Verify Your Installation


Startup JCL Procedures Customized by CA CSM

If you specified a user proclib in CA CSM for the PROCLIB, you supplied a value for the PROCLIB variable in CA CSM, the PROCs were generated and are ready to the specified user proclib by the implementation step of CA CSM.

If the user proclib was specified in PROCLIB during CA CSM configuration, then the value for the PROCs were generated and are in the user proclib specified.

If the user proclib was not specified because NONE was selected, then copy the CA CSM generated PROCs to a user proclib of your choice.

To deploy the JCL PROCs configured by CA CSM.

Note:. The value of @OPSPFX@ is a variable in CA CSM configuration that you supplied earlier during the CA CSM configuration. You can rename all of these PROCs.

  1. Copy SCSMAIN to OPSMAIN

    Copy @OPSPFX@.CCLXCNTL(SCSMAIN) to any JCL PROCLIB that is automatically searched as part of z/OS START command processing, such as SYS2.PROCLIB(OPSMAIN)..

  2. Copy SCSECF to OPSECF

    Copy @OPSPFX@.CCLXCNTL(SCSECF) to any JCL PROCLIB that is automatically searched as part of z/OS START command processing, such as SYS2.PROCLIB(OPSECF).

  3. Copy SCSOSF to OPSOSF

    Copy @OPSPFX @.CCLXCNTL(SCSOSF) to any JCL PROCLIB that is automatically searched as part of z/OS START command processing, such as SYS2.PROCLIB(OPSOSF).

  4. Copy SCSUSS (optional – if it exists).

    Copy @OPSPFX@.CCLXCNTL(SCSUSS) to any JCL PROCLIB that is automatically searched as part of z/OS START command processing, such as SYS2.PROCLIB(OPSUSS).

Note: The SCSUSS PROC is not created unless the USS option was selected.