CFILEDSN view
To display general information about the data sets that are defined to CICS, issue the following command:
CFILEDSN [target [file]]
where target is the specific (or generic) name of a target CICS region, and file is the specific (or generic) name of file that presents the data set.
The following figure is displayed:
COMMAND ===>
CURR WIN ===> 1 ALT WIN ===>
W1 =CFILEDSN=========(MASCREG==*=======)ddmmmyyyy==04:24:19====MVCICS===D===69===============================================================
CMD File Target Acc Open Ena LSR Data Set Name Validity Available LostLocks Quiesce Log Stream Name
--- Name Meth Status Sta ID Status Status Status Status
CMRVSDL BCVCM700 VSAM CLOSED ENA 1 CICS330.CICS330X.CMRVSDL INVALID N/A N/A N/A N/A
CMRVSDL BCVCM710 VSAM CLOSED ENA 1 CICS330.CICS330X.CMRVSDL INVALID N/A N/A N/A N/A
CMRVSDL BCVCM720 VSAM CLOSED ENA 1 CICS330.CICS330X.CMRVSDL INVALID N/A N/A N/A N/A
CMRVSDL BCVCM730 VSAM CLOSED ENA 1 CICS330.CICS330X.CMRVSDL INVALID N/A N/A N/A N/A
CMRVS04 BCVCM680 VSAM CLOSED DIS 4 BCVM.CICS680.BCVCM680.VSAM04.DATA VALID AVAIL NOLOST UNQUIES
CMRVS04 BCVCM690 VSAM CLOSED UNE 4 BCVM.CICS690.BCVCM690.VSAM04.DATA VALID AVAIL NOLOST UNQUIES
CMRVS04 BCVCM700 VSAM CLOSED DIS 4 BCVM.CICS700.BCVCM700.VSAM04.DATA VALID AVAIL NOLOST UNQUIES
CMRVS04 BCVCM710 VSAM CLOSED DIS 4 BCVM.CICS710.BCVCM710.VSAM04.DATA VALID AVAIL NOLOST UNQUIES
CMRVS04 BCVCM720 VSAM CLOSED DIS 4 BCVM.CICS720.BCVCM720.VSAM04.DATA VALID AVAIL NOLOST UNQUIES
CMRVS04 BCVCM730 VSAM CLOSED DIS 4 BCVM.CICS730.BCVCM730.VSAM04.DATA VALID AVAIL NOLOST UNQUIES
DFHCSD BCVCM680 VSAM CLOSED ENA 1 BCVM.CICS680.DEV.DFHCSD VALID AVAIL N/A N/A
Actions
The CFILEDSN view supports the following line command actions:
Line command | Description |
---|---|
SET | Changes the value in a modifiable field to a new user-entered value. The following data set’s attributes are modifiable:
|
Related views
The following views provide additional CICS file information.
View | Description |
---|---|
CFILEDSZ | To display summarized information about the data sets defined to CICS, enter the SUM command on the CFILEDSN view. The data is summarized by data set name. The Count field shows how many data sets are represented by each line of summary data. You can hyperlink from the Count field to the CFILEDSN view to expand a line of summary data. |
CFILEDSD | To display detailed information about the attributes and status of a specific CICS data set, hyperlink from the Data Set Name field of the CFILEDSN view. |
Related topic