Figure 117 shows the format of the Files Report. This report is produced using a combination of the EXEC CICS® INQUIRE FILE and EXEC CICS COLLECT STATISTICS FILE commands. The statistics data is mapped by the DFHA17DS DSECT. The field headings and contents are described in Table 241.
Applid IYAEST05 Sysid HT05 Jobname IYAEST05 Date 12/17/2004 Time 15:01:20 CICS 6.4.0 PAGE 70
Files
Access File Remote Remote LSR Data CFDT Table Recovery Str- <- Buffers->
Filename Method Type Filename System Pool RLS Table Type Poolname Name Status ings Index Data
__________________________________________________________________________________________________________________________________
CFDTBREA VSAM KSDS Yes CF /UNKNOWN CFDTB CFDTBREA Recoverable
CFDTBREB VSAM KSDS Yes CF /LOCKING CFDTB CFDTBREA Recoverable
CFDTBREC VSAM KSDS Yes CF /UNKNOWN CFDTB CFDTBREA Recoverable
CFDTBRE1 VSAM KSDS 1 No CF /LOCKING CFDTB CFDTBRE1 Recoverable 1 1 2
CFDTBRE2 VSAM KSDS 1 No CF /UNKNOWN CFDTB CFDTBRE1 Recoverable 1 1 2
CFDTBRE3 VSAM KSDS 1 No CF /UNKNOWN CFDTB CFDTBRE1 Recoverable 1 1 2
CFDTCCN1 VSAM KSDS 1 No CF /UNKNOWN CFDTC CFDTCCN1 NotRecoverable 1 1 2
CFDTCCN2 VSAM KSDS 1 No CF /UNKNOWN CFDTC CFDTCCN1 NotRecoverable 1 1 2
CFDTCRE1 VSAM KSDS 1 No CF /UNKNOWN CFDTC CFDTCRE1 Recoverable 1 1 2
CFDTCRE2 VSAM KSDS 1 No CF /UNKNOWN CFDTC CFDTCRE1 Recoverable 1 1 2
CFDTRLS REMOTE CFDTRLS TT06
DFHCSD VSAM KSDS Yes NotRecoverable
DFHDBFK VSAM KSDS No No NotRecoverable 1 1 2
DFHLRQ VSAM KSDS 1 No Recoverable 10 10 11
GMQMSG VSAM KSDS 1 No NotRecoverable 1 1 2
NCMSG VSAM KSDS 1 No NotRecoverable 1 1 2
RFWMSG VSAM KSDS 1 No NotRecoverable 1 1 2
RLSTEST VSAM KSDS Yes Recoverable
Field Heading | Description |
---|---|
Filename | The name of the file.
Source field: EXEC CICS INQUIRE FILE() |
Access Method | Indicates the access method for this file.
Source field: EXEC CICS INQUIRE FILE() ACCESSMETHOD(cvda) |
File Type | Indicates how the records are organized in
the data set that corresponds to this file.
Source field: EXEC CICS INQUIRE FILE() TYPE(cvda) |
Remote Filename | The name by which the file is known in the
remote system.
Source field: EXEC CICS INQUIRE FILE() REMOTENAME() |
Remote System | The name of the CICS region in which the file is defined.
Source field: EXEC CICS INQUIRE FILE() REMOTESYSTEM() |
LSRpool | The identity of the LSRpool defined for this
file. "No" means that it is not defined in an LSRpool.
Source field: EXEC CICS INQUIRE FILE() LSRPOOLID() |
RLS | Indicates whether the file is to be opened
in RLS mode.
Source field: A17RLS |
Data Table Type | The type of data table, coupling facility,
CICS-maintained, user-maintained, or remote. If this field is blank, it indicates
that the file is not known to be defined as a data table. This can be the
case if the file is not currently open.
Source field: EXEC CICS INQUIRE FILE() TABLE(cvda) REMOTETABLE(cvda) |
CFDT Poolname | The name of the coupling facility data table
pool in which the coupling facility data table resides.
Source field: EXEC CICS INQUIRE FILE() CFDTPOOL() |
Table Name | The coupling facility data table name.
Source field: EXEC CICS INQUIRE FILE() TABLENAME() |
Recovery Status | Indicates the recovery status of the file.
Source field: EXEC CICS INQUIRE FILE() RECOVSTATUS(cvda) |
Strings | The number of VSAM strings that are defined
for the file.
Source field: A17STRNO |
Buffers -- Index | The number of index buffers that are defined
for the file.
Source field: A17DSINB |
Buffers -- Data | The number of data buffers that are defined
for the file.
Source field: A17DSDNB |