Displaying components and resources
Monitoring components and resources in a data-sharing environment requires the same kinds of procedures as in a non-sharing environment.
The following table lists keywords for the /DISPLAY command that you can use to obtain information about various IMS resources.
| Resources | /DISPLAY command keywords |
|---|---|
| Active control regions | ACTIVE REGION |
| Active jobs | ACTIVE |
| Programs, transactions, and conversations | CONVERSATION |
| Databases | DATABASE |
| Terminals, lines, links, and nodes | ACTIVE DC |
| External subsystems and connections to external subsystems | CCTL |
| VTAM® | TIMEOVER |
For example, you can issue the /DISPLAY DB command after you issue a /START DB command to determine whether the database is started.
The following table lists keywords for the QUERY command that you can use to obtain information about various IMS resources.
| Resources | QUERY command keywords |
|---|---|
| Active control regions | MEMBER |
| Members in the IMSplex | IMSPLEX |
| Transactions | TRAN |
| Databases | DB |
| Global online change status | OLC |
| Language environment (LE) runtime options | LE |
| Online reorganization (OLR) status | OLREORG |
| RM resource structure | STRUCTURE |
| Runtime resources and descriptors whose definitions have not been exported to the IMSRSC repository since they were created or last updated | DB SHOW(EXPORTNEEDED) |
For example, you can issue the QUERY DB command after you issue an UPDATE DB START(ACCESS) command to determine whether the database is started.
Related reading: For detailed information about the /DISPLAY, /START, QUERY, and UPDATE commands, see IMS Version 15.2 Commands, Volume 1: IMS Commands A-M and IMS Version 15.2 Commands, Volume 2: IMS Commands N-V.