File Requests Report

Figure 118 shows the format of the File Requests report. This report is produced using a combination of the EXEC CICS® INQUIRE FILE and EXEC CICS COLLECT STATISTICS FILE commands. The field headings and contents are described in Table 242.

Figure 118. The File Requests Report
Applid IYK2Z1V3  Sysid CJB3  Jobname CI07CJB3    Date 12/17/2004  Time 08:44:37    CICS 6.4.0     PAGE     72
 
Files - Requests
 
                   Read      Get Update    Browse     Browse       Add       Update       Delete       RLS Req.  <--- String Waits --->
Filename         Requests     Requests    Requests    Updates    Requests   Requests     Requests      Timeouts     Total        HWM
_______________________________________________________________________________________________________________________________________

  ACCTFIL                0           0           0           0           0           0           0           0           0           0
  ACCTIX                 0           0           0           0           0           0           0           0           0           0
  BRQFILE                0           0           0           0           0           0           0           0           0           0
  CAUAFF1                0           0           0           0           0           0           0           0           0           0
  CAUAFF2                0           0           0           0           0           0           0           0           0           0
  CSQKCDF                0           0           0           0           0           0           0           0           0           0
  DFHCMACD               0           0           0           0           0           0           0           0           0           0
  DFHCSD                 0           0           0           0           0           0           0           0           0           0
  DFHDBDK                0           0           0           0           0           0           0           0           0           0
  DFHLRQ                 0           0           0           0           0           0           0           0           0           0
  DFHRPCD                0           0           0           0           0           0           0           0           0           0
  F140BASE               0           0           0           0           0           0           0           0           0           0
  F140PTH1               0           0           0           0           0           0           0           0           0           0
  F140PTH2               0           0           0           0           0           0           0           0           0           0
  RFSDIR1                0           0           0           0           0           0           0           0           0           0
  RFSPOOL1               0           0           0           0           0           0           0           0           0           0

Table 242. Fields in the File Requests Report
Field Heading Description
Filename The name of the file.

Source field: EXEC CICS INQUIRE FILE()

Read Requests The number of GET requests attempted against this file.

Source field: A17DSRD

Get Update Requests The number of GET UPDATE requests attempted against this file.

Source field: A17DSGU

Browse Requests The number of GETNEXT and GETPREV requests attempted against this file.

Source field: A17DSBR

Browse Updates The number of GETNEXT UPDATE and GETPREV UPDATE requests attempted against this file.

Source field: A17DSBRU

Add Requests The number of PUT requests attempted against this file.

Source field: A17DSWRA

Update Requests The number of PUT UPDATE requests attempted against this file.

Source field: A17DSWRU

Delete Requests The number of DELETE requests attempted against this file.

Source field: A17DSDEL

RLS Req. Timeouts The number of RLS file requests that timed out.

Source field: A17RLSWT

String Waits: Total The total number of waits for strings against the file.

Source field: A17DSTSW

String Waits: HWM The peak number of waits for strings against the file.

Source field: A17DSHSW

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reports
Interpreting these statistics
Interpreting file statistics
Full listing and DFHSTUP reports for these statistics
File control statistics

[[ Contents Previous Page | Next Page Index ]]