How to Override the default CA Workload Automation for z/OS Schedulers (CA 11) Subsystem.
search cancel

How to Override the default CA Workload Automation for z/OS Schedulers (CA 11) Subsystem.

book

Article ID: 20540

calendar_today

Updated On:

Products

CA-11

Issue/Introduction

Workload Automation Restart Options for z/OS Schedulers uses a default subsystem name. If needed, the default subsystem can be overridden by use of U11SSSEX user exit or by using override DD.

Environment

Release: ELEVEN00200-11-Workload Automation-Restart Option-for Z/OS Schedulers
Component:

Resolution

By default, CA 11 always use the CAL7 subsystem. To use a different subsystem other than the default subsystem, you can either code the U11SSSEX exit or use the a DD dummy override.  U11SSSEX can be set up so that subsystem selection is based on jobname, or other criteria such as job class, accounting fields, or userids.  Prior to r11.0, only the U11SSSEX could be used whereby the CA 11 Tracking System was invoked. With r11.0 both the exit and override DD will invoke the CA 11 Tracking System so that if a jobs abends it is set for restart.

The ddname for the override is specified as follows:

 	//@SSNxxxx 

 

Where xxxx is specifies the subsystem name of the CA 11 release that is to be selected. The override DD should be added to the CA11RMS proc. Also, the override DD can be coded anywhere in the JCL of the U11RMS step as a //@SSNxxxx DD DUMMY statement. The override DD can also be used in utilities and reports such as U11MGR, U11RCP, U11OBD etc.

User exit U11SSSEX can be set up so that subsystem selection is based on jobname, or other criteria like job class, accounting fields, or userids. A sample of this exit can be found in the CAL7OPTN (PPOPTION prior to r11.0) library.

For additional information regarding U11SSSEX and the override DD, see the 'Using MSSF ' and 'Additional MSSF Considerations' sections in the CA Workload Automation Restart Option for z/OS Schedulers Programming Guide. Also, for more information on U11SSSEX, see Chapter 3 in the CA Workload Automation Restart Option for z/OS Schedulers ProgrammingGuide.