Previous Topic: Run CAIRIM as a Batch Job

Next Topic: CAIRIM Auto Commands Member

Automate the Startup of CAIRIM at IPL

To automate the startup of CAIRIM at IPL

  1. Add the following command to the SYS1.PARMLIB(COMMNDxx) member that is used for the IPL.
    COM='START CAS9'  CAI RESOURCE INITIALIZATION MANAGER
    
  2. Move the z/OS auto commands that you want to issue after CAIRIM (for example, the START JES command if you want to start JES after CAIRIM) from the SYS1.PARMLIB(COMMNDxx) member to the auto commands member defined by the AUTOCMDS DD statement for CAIRIM.

    At the next IPL, CAIRIM will start automatically.

Multiple members can be concatenated for processing and it does not matter which member contains the command.