Installing CA 11 USERMOD U11ACTEX
Installation of the CA 11 USERMOD U11ACTEX is required in order to track the shadow steps in the original job, and not the step that are executing in XJS initiators.
To install CA 11 USERMOD U11ACTEX
Edit the sample JCL in the CA 11 SAMPJCL library member by making the following modifications to the appropriate library member in BMC.BSS.SAMPLIB.
- For CA 11 version 2.2 - The library member is L722UXIT
- For CA 11 version 3.0 - The library member is U11ACT3J
- Change the JOBCARD according to your site’s standards.
In the SMPPTFIN DD statement (shown below), change BSS.SAMPLIB to the name of your MainView Batch Optimizer sample library.
// SMPE.SMPPTFIN DD DSN=BMC.BSS.SAMPLIB(U11ACTxx),
// DISP=SHR,UNIT=,VOL=,LABEL=
xx is 00 for CA 11 version 2.2, or 30 for CA 11 version 3.0.In the SMPPTFIN SMPCNTL DD statement (shown below), change BSS.SAMPLIB to the name of your MainView Batch Optimizer sample library.
//SMPCNTL DD DSN=BMC.BSS.SAMPLIB(U11SMCTL),DISP=SHR
- Review BMC.BSS.SAMPLIB member U11SMCTL (for CA 11 version 2.2) or member U11ACT3J (for CA 11 version 3.0). If needed, change the target zone, CA11TGT, to match the CA 11 target zone at your site.
- Submit the job that was edited in Step 1.A return code of 4 or less is acceptable. If you receive a return code that is greater than 4, review the job output and correct the errors. If no errors are apparent, contact Customer Support.
Change the CA 11 DBAS parameter deck to include the following content:
RECOVCSA=NOThis change forces CA 11 to reload the user exit when the DBAS is restarted.
Restart the DBAS.Installation of the U11ACTEX exit that is required by Job Optimizer is complete.
Related topic