Figure 121 shows the format of the Data Set Name report. This report is produced using the EXEC CICS® INQUIRE DSNAME command. The field headings and contents are described in Table 245.
Applid IYK2Z1V3 Sysid CJB3 Jobname CI07CJB3 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 73
Data Set Names
Access Dsname Dsname Dsname File Recovery
Data Set Name Method Object Validity Availability Count Status
___________________________________________________________________________________________________
CBAKER.CICSREXX.RSAT.FP01.DIR Base Valid Available 1 Recoverable
CBAKER.CICSREXX.RSAT.FP01.DIR Base Valid Available 1 Recoverable
CBAKER.CICSREXX.RSAT.FP01.DIR Base Valid Available 1 Recoverable
CBAKER.CICSREXX.RSAT.FP01.DIR Base Valid Available 1 Recoverable
CBAKER.CICS2.RSAT.BRQFILE Base Valid Available 1 Recoverable
CBAKER.CICS2.RSAT.DFHBARF Base Valid Available 1 Recoverable
CBAKER.CICS2.RSAT.DFHEJOS Base Valid Available 1 NotRecoverable
CBAKER.CICS2.RSAT.DFHLRQ Base Valid Available 1 Recoverable
CBAKER.CICS2.RXB2.ADMF Base Valid Available 1 NotRecoverable
CBAKER.CICS3.RJUP.DFHBARF Invalid 0
CBAKER.CICS3.RJUP.F140BASE Invalid 1
CBAKER.CICS3.RJUP.DFHBARF Invalid 1
CBAKER.CICS3.RJUP.F140BASE Invalid 1
CBAKER.CICS3.RJUP.F140PTH1 Invalid 1
CBAKER.CICS3.RJUP.F140PTH2 Invalid 1
CBAKER.CICS3.RJUP.F150BASE Invalid 1
CBAKER.CICS3.RJUP.F150PTH1 Invalid 1
CBAKER.CICS3.RJUP.F150PTH2 Invalid 1
CBAKER.CICS3.RJUP.F170BASE Invalid 1
CBAKER.CICS3.RJUP.F170PTH1 Invalid 1
CBAKER.CICS3.RJUP.F170PTH2 Invalid 1
CBAKER.CICS3.RJUP.F190BASE Invalid 1
CBAKER.CICS3.RJUP.F190PTH1 Invalid 1
CBAKER.CICS3.RJUP.F190PTH2 Invalid 1
CBAKER.CICS6.RSAT.CSD Base Valid Available 1 NotRecoverable
CICS610.ACCT.FILE Invalid 1
CICS610.ACIXFILE Invalid 1
CICS610.FILEA Invalid 1
CICS610.SAMPLE.DFHAIPTH Invalid 1
CICS610.SAMPLE.DFHCTCUS Invalid 1
CICS610.SAMPLE.DFHCTHLP Invalid 1
HLQ.USERCICS.CSQ.ACCTFIL Invalid 1
Field Heading | Description |
---|---|
Data set name | The name of the data set.
Source field: EXEC CICS INQUIRE DSNAME() |
Access Method | The access method used with the data set
Source field: EXEC CICS INQUIRE DSNAME() ACCESSMETHOD(). |
Dsname Object | Indicates whether the object of the inquiry
is a real data set containing records (a VSAM KSDS, ESDS, or RRDS, or an alternate
index used directly) or a VSAM path definition that links an alternate index
to its base cluster. BASE indicates a data set containing records. PATH indicates
a VSAM path definition. A blank field in the report indicates either that
the data set has not been opened by this CICS region, or that it is a BDAM data set.
Source field: EXEC CICS INQUIRE DSNAME() OBJECT(). |
Dsname Validity | Indicates whether the data set name has been
validated against the VSAM catalog by opening a file associated with the data
set.
Source field: EXEC CICS INQUIRE DSNAME() VALIDITY(). |
Dsname Availability | Indicates whether the data set is currently
flagged, in this CICS region, as available or unavailable for use
Source field:EXEC CICS INQUIRE DSNAME() AVAILABILITY(). |
File Count | The number of installed file definitions
that refer to this data set
Source field:EXEC CICS INQUIRE DSNAME() FILECOUNT(). |
Recovery Status | The recovery characteristics of the data
set
Source field:EXEC CICS INQUIRE DSNAME() RECOVSTATUS() |