File Requests report

The File Requests report is produced using a combination of the EXEC CICS INQUIRE FILE and EXEC CICS EXTRACT STATISTICS FILE commands. The statistics data is mapped by the DFHA17DS DSECT.

Table 1. 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