Files: Resource statistics - requests information
File requests information statistics provide information about the requests made against files.
The following eight items are service request statistics. They do not tell you directly how many I/O accesses are being carried out for each transaction (a single-transaction measurement is required for this). Nevertheless, by regularly totaling the service requests against individual data sets, they can enable you to anticipate data set problems when I/O activity increases.
They list the number of service requests processed against the data set. These are dependent on the type of requests that are allowed on the data set.
| DFHSTUP name | Field name | Description |
|---|---|---|
| File name | A17FNAM | is the name you specified in:
Reset characteristic: not reset
|
| GET requests | A17DSRD | is the number of GET requests attempted against
this file. Reset characteristic: reset to zero
|
| GET upd requests | A17DSGU | is the number of GET UPDATE requests attempted
against this file. Reset characteristic: reset to zero
|
| Browse requests | A17DSBR | is the number of GETNEXT and GETPREV requests
attempted against this file. Reset characteristic: reset to zero
|
| Update requests | A17DSWRU | is the number of PUT UPDATE requests attempted
against this file. Reset characteristic: reset to zero
|
| Add requests | A17DSWRA | is the number of PUT requests attempted against
this file. Reset characteristic: reset to zero
|
| Delete requests | A17DSDEL | is the number of DELETE requests attempted against
this file. Reset characteristic: reset to zero
|
| Brws upd requests | A17DSBRU | is the number of browse READNEXT UPDATE and READPREV
UPDATE requests issued against this file. Note that this field is only applicable to RLS accessed files. Reset characteristic: reset to zero
|
| VSAM EXCP requests | ||
| –Data | A17DSXCP | A value is printed if the file has been opened
and used as a VSAM KSDS during the CICS® run,
even if the file is not being used as a KSDS at the time of taking
statistics. See notes 1, 2 and 3.
|
| –Index | A17DSIXP | See notes 1, 2 and 3.
Reset characteristic: reset to zero
|
| RLS req timeouts | A17RLSWT | is the number of RLS requests made to this file
that were not serviced in the specified time limit, and therefore
the requests were terminated. Reset characteristic: reset to zero
|
| Not in DFHSTUP report | A17_FILE_DEFINE_SOURCE | The name of the CSD group that contains to this resource. Reset characteristic: not reset
|
| Not in DFHSTUP report | A17_FILE_CHANGE_TIME | The time stamp (STCK) in local time of CSD record change. Reset characteristic: not reset
|
| Not in DFHSTUP report | A17_FILE_CHANGE_USERID | The user ID that ran the change agent. Reset characteristic: not reset
|
| Not in DFHSTUP report | A17_FILE_CHANGE_AGENT | The agent that made the last change. Reset characteristic: not reset
|
| Not in DFHSTUP report | A17_FILE_INSTALL_AGENT | The agent that installed the resource. Reset characteristic: not reset
|
| Not in DFHSTUP report | A17_FILE_INSTALL_TIME | The time stamp (STCK) in local time when the resource was installed. Reset characteristic: not reset
|
| Not in DFHSTUP report | A17_FILE_INSTALL_USERID | The user ID that installed the resource. Reset characteristic: not reset
|
| Notes: The “VSAM EXCP requests” fields indicate the number of
I/O operations on the file for data and index records respectively.
Also, note the following points:
|
||