Previous Topic: Job Control StatementsNext Topic: TMSAGGR Utility—Maintain Data Set Name Blocks


Control Statement Examples

For the initial execution of L0C6INIT during system startup time, use the following control statements:

                                                                      72
PRODUCT(CA 1/MVS) VERSION(L0C6) INIT(L0C6INIT)         -
PARM(INIT,SVC=xxx)

In addition to INIT and SVC=xxx, you can specify the LPA=, SMF=, and the WTO= keywords.

To load a new version of the CA 1 realtime user exit TMSXITC:

                                                                      72
PRODUCT(CA 1/MVS) VERSION(L0C6) INIT(L0C6INIT)         -
PARM(REINIT,LPA=TMSXITC)                                               -
[LOADLIB(authorized.library)]

The LOADLIB parameter can be specified if the new version of TMSXITC is not found in the current link list concatenation. The REINIT causes the stored address of TMSXITC in the CA 1 resident table to be refreshed. If additional modules are to be reloaded, the three statements above may be repeated with a different module name specified on the LPA= parameter.

The SVC= keyword can be used on a reinitialization request (REINIT), but is not normally required. SVC=xxx could reassign TMS00SVC to a different user SVC number if the original specification overlaid another user SVC in the SVC table.

To temporarily shutdown the WTO SSI only:

                                                                      72
PRODUCT(CA 1/MVS) VERSION(L0C6) INIT(L0C6INIT)         -
PARM(WTO=CLEAR)

To reactivate the WTO SSI:

                                                                      72
PRODUCT(CA 1/MVS) VERSION(L0C6) INIT(L0C6INIT)         -
PARM(REINIT)

The REINIT will refresh pointers in the CA 1 resident table. Resident routines and user exits are relocated and the SMF exits are reinitialized.