This section contains the steps you need to perform to activate workload management.
For workload management to occur for a particular CICS® system, you must:
If the CICS system is not active, you can make workload management processing available the next time the CICS system starts by setting the CICS system initialization table DTRPGM (SIT) parameter in the requesting region which initiates the request and in any target region which is also to act as a routing region:
DTRPGM=EYU9XLOP
For non-terminal-related EXEC CICS START commands and BTS activities and also for all regions within a logical server, set the DSRTPGM SIT parameter in the region which initiates the request and in all potential target regions:
DSRTPGM=EYU9XLOP
If the CICS system is active, you can use the CICSRGND view, described in CICSPlex SM Operations Views Reference, to set the name of the dynamic routing program and the distributed routing program.
When either the first routing region associated with a CICSplex is started, or you use the MAS view to activate workload management for the first routing region in a CICSplex, the appropriate workload specifications are installed automatically. (All CMASs involved in managing the CICSplex are also notified.) All workload definitions and transaction groups, associated with the specification by workload groups, are also installed automatically. As long as the CICS system remains active, additional workload definitions can be installed manually in the CICS system.
Once a workload is active, subsequent changes you make to workload definitions and transaction groups are noted in the data repository. To include these changes in an active workload, you must use action commands to install or discard them.
Installed workload definitions become active immediately and remain active as long as the workload is active or until you discard them. (To verify that the definition is installed in the workload and that all of the CMASs involved in managing the CICSplex using that workload know about the definition, you can use the WLMAWDEF view, as described in Table 5.)
How long a workload remains active depends on the affinity lifetime associated with the workload.
Once workload management is active, you should not attempt to deactivate it while any workloads are active. When CICSPlex® SM is balancing or separating the work in a workload, unpredictable results may occur if you attempt to deactivate workload management. Unacceptable results occur if you attempt this action when affinity relations are associated with active workloads. For details, see Discarding an active transaction from a workload.