CDATATBL view
To display general information about all shared data tables, issue the following command:
CDATATBL [target [fileName]]
where target is the specific or generic name of a target IBM CICS region, and fileName is the CICS file name.
The following figure is displayed:
COMMAND ===> SCROLL ===> CSR
CURR WIN ===> 1 ALT WIN ===>
>W1 =CDATATBL=========(ALL======*=======)ddmmmyyyy==hh:mm:ss====MVCICS===D===63
CMD File Target Table Open Enable Total Read Read Add Update
--- Name Type Status Status I/O Upd
CMRCFDT3 BCVCD660 CFTABLE CLOSED DISABLED 0 0 0 0 0
CMRCFDT3 BCVCJH66 CFTABLE CLOSED DISABLED 0 0 0 0 0
CMRCFDT3 BCVCP64C CFTABLE CLOSED DISABLED 0 0 0 0 0
CMRCFDT3 BCVCP66C CFTABLE CLOSED DISABLED 0 0 0 0 0
CMRDT01 BCVCJH66 USERTABLE CLOSED ENABLED 0 0 0 0 0
CMRDT01 BCVCP64C USERTABLE CLOSED ENABLED 0 0 0 0 0
CMRDT01 BCVCW653 USERTABLE CLOSED ENABLED 0 0 0 0 0
CMRDT01 BCVTH65C USERTABLE CLOSED ENABLED 0 0 0 0 0
Actions
The CDATATBL view supports the same actions as the CFILE view, as described on CFILE-view.
Related views
The following view is similar to the CDATATBL view.
View | Description |
---|---|
CDATATBZ | To display summarized information about shared data tables, enter the SUM command on the CDATATBL view. The data is summarized by file name. The Count field shows how many files are represented by each line of summary data. You can hyperlink from the Count field to the CDATATBL view to expand a line of summary data. |
Related topic