Each of the following commands displays scrollable Table-level data in read-only format, where URT information is presented in ascending numerical order by URT suffix and table information is presented in the order tables are defined to the URT. Details are presented in the "Result" column.
|
Command |
Result |
|---|---|
|
DBEX I,TBL(12) |
Displays tables for URT 0012. |
|
DBEX INQ,TBL(2?) |
Displays tables for URTs 0020 through 0029. |
|
DBEX INQUIRE,TBL(????) |
Displays tables for all URTs in the system. |
|
DBEX I,TBL(?),AUTO |
Displays tables for URTs 0000 through 0009 defined for automatic opening. |
|
DBEX I,TBL(2?),CLOSE |
Displays tables for URTs 0020 through 0029 that are in closed status, that is to say with CLOSED in the STATUS column. |
|
DBEX I,TBL(????),CLOSING |
Displays tables for all URTs in closing status, that is to say with CLOSING in the STATUS column. |
|
DBEX I,TBL(2?),DYN |
Displays tables for dynamically built (that is to say with DYN in the TYP column) URTs 0020 through 0029. |
|
DBEX I,TBL(??),PLT |
Displays tables for URTs 0000 through 0099 that are opened at PLT time. |
|
DBEX I,TBL(????),SIDNAME(DBSIDPR) |
Displays tables for URTs that access the MUF connection defined by the SID module name of DBSIDPR for that MUF. In a single MUF environment, this would be all URTs. In a multiple MUF environment, this would be the MUF connection defined with the SIDNAME=DBSIDPR parameter of the DBCSID macro appended to the DBCVTPR. |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|