Previous Topic: Default DSINIT Initialization FunctionNext Topic: Step 8. Update MVS Auto Commands for CAIRIM


Optional DSINIT functions

The following are the optional DSINIT function sub-parameters:

PARM(CADSSVC)

Request DSINIT to initialize or refresh the CA Dispatch SVC.

PRODUCT(CA DISPATCH) VERSION(DSB7) INIT(DSINIT) PARM(CADSSVC)

The following conditions apply:

PARM(CADDSNT,DELETE)

If all CADDSPLx tasks are inactive, modules CADDMSG, CADDMSGI, CADDSPAU, CADDSPOI, CADDTABU, and the CADDSNT control block are removed from the operating system.

PRODUCT(CA DISPATCH) VERSION(DSB7) INIT(DSINIT) PARM(CADDSNT,DELETE)

The following tasks are performed:

PARM(CADDSNT,REFRESH)

Look for CADDSNT and no active tasks with CA Dispatch. When these conditions are met, load a new copy of CADDSNT. The prior copy of CADDSNT is deleted.

PRODUCT(CA DISPATCH) VERSION(DSB7) INIT(DSINIT) PARM(CADDSNT,REFRESH)

The following tasks are performed:

PARM(module,DELETE)

Request to remove a specific module from storage; module is either CADDMSG, CADDMSGI, CADDSPAU, CADDSPOI, or CADDTABU.

PRODUCT(CA DISPATCH) VERSION(DSB7) INIT(DSINIT) PARM(module,DELETE)

The following tasks are performed:

PARM(module,REFRESH)

Requests that a new copy of module, which is either CADDMSG, CADDMSGI, CADDSPAU, CADDSPOI, or CADDTABU, be loaded into storage. The prior copy of the refreshed module is deleted.

PRODUCT(CA DISPATCH) VERSION(DSB7) INIT(DSINIT) PARM(module,REFRESH)

The following tasks are performed:

Important Usage Information

Prior to starting CA Dispatch or CADDSPL, Client sites must execute CAS9 with either of the following initialization statements to set up the complete CA Dispatch r11 environment:

PRODUCT(CA DISPATCH)  VERSION(DSB7) INIT(DSINIT)

or

PRODUCT(CA DISPATCH) VERSION(DSB7)INIT(DSINIT) PARM(CADDSNT,INIT)

Executing the statement without the PARM sub-parameter defaults to PARM(CADDSNT,INIT).

The PARM(CADDSNT,INIT) performs the following tasks: