Previous Topic: Automate the Startup of CAIRIM at IPLNext Topic: Error Handling


CAIRIM Auto Commands Member

After the initialization of the CA Technologies products, irrespective of whether the initialization was successful, CAIRIM reads the member that the AUTOCMDS DD statement defined and issues each command in the member.

The CAIRIM auto commands member specifies one command per line, exactly as it would be issued from the operator console. You can add comments by placing an asterisk (*) in Column 1. The option, WAIT(nnn), causes the auto command process to pause nnn seconds, where nnn is a number from 0 through 999.

Example: Auto Command for Starting CA Scheduler Job Management

Col 1
    *  Bring up CA‑Scheduler
    START CAOMS
    WAIT(30)