UIE command examples
The command examples presented here are assumed to be within the following hypothetical environment:
- The following Service Classes are defined:
- BATPRD (3 periods)
- BATTST (2 periods)
- TSOPRD (4 periods)
- ONLHI
- ONLPRD
- STCPRD
- UTIL
- The following Report Classes are defined:
- BATRPT1
- BATRPT2
- CIRPT
- In the following table, all address spaces active in the system are listed. For each address space, the following is specified:
- The name of a Service Class to which this address space is assigned.
- The name of a Report Class if, according to WLM policy, this address space is also assigned to a Report Class.
- The name of a CICS Region, if this address space is a CICS region.
- For MQ, Db2, and IMS address spaces, the name of corresponding subsystem (for these subsystems it is a 4-character name specified during subsystem installation).
Jobname | Type/description | Region name or subsystem name | Service class | Report class |
---|---|---|---|---|
JOB1 | Batch job | BATPRD | BATRPT1 | |
JOB2 | Batch job | BATPRD | BATRPT2 | |
JOB3 | Batch job | BATPRD | ||
JOB4 | Batch job | BATTST | BATRPT1 | |
JOB5 | Batch job | BATTST | ||
JOB6 | Batch job | BATTST | ||
CITOR1 | CICS region | CREGT1 | ONLHI | |
CITOR2 | CICS region | CREGT2 | ONLHI | |
CIAOR1 | CICS region | CREGA1 | ONLPRD | CIRPT |
CIAOR2 | CICS region | CREGA2 | ONLPRD | CIRPT |
CIAOR3 | CICS region | CREGA3 | ONLPRD | CIRPT |
CIAOR4 | CICS region | CREGA4 | ONLPRD | CIRPT |
CIFOR | CICS region | CREGF | ONLPRD | CIRPT |
MQS1MSTR | MQ Series master address space | MQS1 | STCPRD | |
MQS1CHIN | MQ Series channel address space | MQS1 | STCPRD | |
DBS1MSTR | Db2 address space | DBS1 | STCPRD | |
DBS1DBM1 | Db2 address space | DBS1 | STCPRD | |
DBS1SPAS | Db2 address space | DBS1 | STCPRD | |
IS1BMP1 | IMS batch msg. processing region | IMS1 | STCPRD | |
IS1BMP2 | IMS batch msg. processing region | IMS1 | STCPRD | |
IS1BMP3 | IMS batch msg. processing region | IMS1 | STCPRD | |
IS1MPR1 | IMS batch msg. processing region | IMS1 | STCPRD | |
IS1MPR2 | IMS batch msg. processing region | IMS1 | STCPRD | |
IS1MPR3 | IMS batch msg. processing region | IMS1 | STCPRD | |
IS1CNTL | IMS control region | IMS1 | STCPRD | |
IS1DL1 | IMS DL1 region | IMS1 | STCPRD | |
ALLIRLM | IRLM address space | STCPRD | ||
DBU* | Db2 utilities | DBS1 | UTIL | |
IMU* | IMS utilities | IMS1 | UTIL | |
WEBSRV | HTTP server | HTTP | UTIL |
All active subsystem transactions are listed in the following table:
Region name or subsystem name | Type/description | Transaction IDs/PSBnames/correlation IDs |
---|---|---|
CREGT1 | CICS region | ACCS, ACCT, CLMS, HRUP, INVT, PAYR |
CREGT2 | CICS region | CATA, CEMT, CRSR, CSSN |
CREGA1 | CICS region | ACCS, ACCT |
CREGA2 | CICS region | HRUP, INVT, DSNC |
CREGA3 | CICS region | CLMS |
CREGA4 | CICS region | PAYR |
CREGF | CICS region | CSMI |
DBS1 | Db2 CICS | HRUP, PAYR |
Db2 IMS BMP | IMSBAT1 | |
Db2 IMS MPP | PFM0001 | |
Db2 DB2CALL | MKTING | |
Db2 TSO | BMCUSER1, BMCUSER2, BMCUSER3 | |
IMS1 | IMS batch message processing region | IMSBAT1, IMSBAT2 |
IMS message processing region | PFM0001, PFM0002, TTDB100, TTDB200, XDB0S001, XDB0S0002 | |
MQS1 | MQ CICS | INVT |
- The following transactions are defined:
CICS transactions ACCS, ACCT, and CLMS execute in the terminal owning region (TOR), CREGT1.
All these transactions make calls to the same named transactions in the application owning regions (AOR). In addition, the AOR transactions each call a CSMI transaction in file owning region (FOR), CREGF.
- CICS transactions HRUP and PAYR, executing in TOR CREGT1 make calls to the same named transactions in the AORs. Each AOR transaction sends an SQL request to the Db2 subsystem DBS1.
- CICS transaction INVT, executing in TOR CREGT1, makes a call to the same named transaction in the AOR CREGA2. This transaction also sends a message to the MQ subsystem MQS1.
- IMS batch PSBname IMSBAT1 sends an SQL request to the Db2 subsystem DBS1.
- IMS online PSBname PFM0001 sends an SQL request to the Db2 subsystem DBS1.
The UIE command examples include:
- A set of commands specified in the UIE job
- List of defaults assumed by UIE (if required)
- A table that contains the following information:
- A list of workloads and SUITES, which will be created in the Visualizer file (and eventually in Visualizer Database)
- A list of workloads created in an XML model (these workloads will appear in BMC Performance Predictor for Mainframes console)
This section contains the following examples:
Related topic