Previous Topic: Automate the Startup of CAIRIM at IPL

Next Topic: Error Handling

CAIRIM Auto Commands Member

After the initialization of the CA products, irrespective of whether initialization was successful, CAIRIM reads the member defined by the AUTOCMDS DD statement 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. You can also add an option, WAIT(nnn), which causes the auto command process to pause nnn seconds, where nnn is a number between 0 and 999.

Example: Auto Command for Starting CA Scheduler Job Management

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