Each of the following commands displays scrollable URT-level data for the specified remote system in read-only format. URT information is presented in ascending numerical order by URT suffix. Differences are presented in the "Result" column.
|
Command |
Result |
|---|---|
|
DBEX I,URT(12),SYSID(SYSA) |
Displays URT 0012 in system SYSA only. |
|
DBEX INQ,URT(2?),SYSID(*) |
Displays URTs 0020 through 0029 in all connected CICS systems. |
|
DBEX INQ,URT(????),SIDNAME(DBSIDPR),SYSID(SYSA) |
Displays all URTs in the CICS system SYSA and only those that are associated with the MUF that uses the DBSIDPR module as defined by the DBCSID macro for connection. |
|
DBEX INQUIRE,URT(????),SYSID(*) |
Displays all URTs in all systems, beginning with the local system followed by remote systems in the order defined in the CICS Connection Table. |
|
DBEX I,URT(2?),CLOSE,SYSID(SYSA) |
Limits display to URTs in CICS system SYSA which are in closed status and have a suffix between 0020 and 0029. |
|
DBEX I,URT(????),CLOSING,SIDNAME(PROD*),SYSID(*) |
Limits displays to URTs in closing status, that is to say those with CLOSING in the STATUS column, and further limits the display to the URTs associated with any MUF that is defined by the DBCSID macros for connection with a SID module name that begins with PROD. The display begins with closing URTs in the local system followed by closing URTs in each remote system. |
|
DBEX I,URT(2?),DYN,SYSID(*) |
Limits display to dynamically build (that is to say with DYN in the TYP column) URTs 0020 through 0029. The display begins with URTs in the local system, followed by URTs in connected remote systems. |
|
DBEX I,URT(????),NOCSD,SYSID(SYSA) |
Limits display to URTs in SYSA which have no entry in the CICS System Definition data set (CSD). |
|
DBEX I,URT(2?),PLT,SYSID(CXDS) |
Limits display to URTs 0020 through 0029 in the CXDS system which are opened at PLT time. |
|
DBEX I,URT(????),SQL,SYSID(*) |
Limits display to URTs defined for SQL applications, that is to say those with SQL in the TYP column. Display begins with all local SQL URTs, followed by all SQL URTs in each remote system. |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|