Each of the following commands displays scrollable Table-level data for only the specified remote system 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),SYSID(SYSA) |
Displays tables for URT 0012 in CICS system SYSA. |
|
DBEX INQ,TBL(2?),SYSID(SYSA) |
Displays tables for URTs 0020 through 0029 in CICS system SYSA. |
|
DBEX INQUIRE,TBL(????),SIDNAME(DBSIDPR),SYSID(*) |
Displays tables for all URTs in the system that are associated with the MUF that uses the DBSIDPR module as defined by the DBCSID macro for connection. |
|
DBEX I,TBL(?),AUTO,SYSID(SYSA) |
Displays tables for URTs 0001 through 0009 defined for automatic opening in CICS system SYSA. |
|
DBEX I,TBL(2?),CLOSE,SYSID(*) |
Displays tables for URTs 0020 through 0029 that are in closed status (that is to say with CLOSED in the STATUS column) in all connected CICS systems. |
|
DBEX I,TBL(????),CLOSING,SIDNAME(PROD*),SYSID(SYSA) |
Displays tables for all URTs in closing status (that is to say with CLOSING in the STATUS column) in CICS system SYSA 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. |
|
DBEX I,TBL(2?),DYN,SYSID(*) |
Displays tables for dynamically built (that is to say with DYN in the TYP column) URTs 0020 through 0029 in all CICS systems. |
|
DBEX I,TBL(??),PLT,SYSID(SYSC) |
Displays tables for URTs 0001 through 0099 that are opened at PLT time (that is to say with PLT in the WHEN column) in CICS system SYSC. |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|