Previous Topic: CA OPS/MVS Configuration Options Using CA MSM

Next Topic: Verify Your Installation

Startup JCL Procedures Customized by CA MSM

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

If the user proclib was specified in PROCLIB during CA MSM 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 MSM generated PROCs to a user proclib of your choice.

To deploy the JCL PROCs configured by CA MSM.

Note:. The value of @OPSPFX@ is a variable in CA MSM configuration that you supplied earlier during the CA MSM Configuration process.

  1. Copy SCSMAIN to OPSMAIN

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

  2. Copy SCSECF to OPSECF

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

  3. Copy SCSOSF to OPSOSF

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

  4. Copy SCSUSS (optional – if it exists)

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

Note: the SCSUSS PROC will not be created unless the USS option was selected.