SEPARATESUBSYS
Use the SEPARATESUBSYS command to specify that certain subsystem address spaces (CICS and IMS regions, Db2 address spaces, and so on) must be automatically separated into different SUITES.
Syntax
Syntax explanations
Subsystem list is a comma separated list of the following subsystems:
CICS, DB2, IMS, MQ, DB2UTL, IMSUTL, IRLM, OMVS, HTTP, CICSUTL, WAS
Rules
- The command is global. It is applied to all systems and all SUITES. However, the global list can be overridden by using the SEP_SUBSYS parameter in individual SUITE commands.
Examples
- SEPARATESUBSYS CICS,DB2
In this example, only CICS and Db2 address spaces are separated automatically by UIE, while IMS, MQ, HTTP, CICSUTL, DB2UTL, IMSUTL, OMVS, and WAS are not separated. Detailed application data will only be created for CICS and Db2 in the XML model or Visualizer file.
- SEPARATESUBSYS NO
In this example, no subsystems are separated automatically by UIE, and detailed application data for CICS, Db2, IMS, MQ, and WAS are not being created in the XML model or Visualizer file.
Related topic