This section describes the fields in each file entry in a transaction
resource monitoring record.
For information about transaction file accesses in performance
class monitoring data, see DFHFILE fields.
- MNR_FILE_NAME (Type-C, 8 bytes)
- The CICS® 8-character name
of the file to which the following data fields refer.
- MNR_FILE_GET (Type-S, 8 bytes)
- The elapsed time that the user task waited for completion of GET
requests issued by the user task for this file. The count part of
this field (the low order 24 bits) contains the number of GET requests
issued against the file. For more information, see Transaction response time and Clocks and time stamps.
- MNR_FILE_PUT (Type-S, 8 bytes)
- The elapsed time that the user task waited for completion of PUT
requests issued by the user task for this file. The count part of
this field (the low order 24 bits) contains the number of PUT requests
issued against the file. For more information, see Transaction response time and Clocks and time stamps.
- MNR_FILE_BRWSE (Type-S, 8 bytes)
- The elapsed time that the user task waited for completion of BROWSE
requests issued by the user task for this file. The count part of
this field (the low order 24 bits) contains the number of BROWSE requests
issued against the file. For more information, see Transaction response time and Clocks and time stamps.
- MNR_FILE_ADD (Type-S, 8 bytes)
- The elapsed time that the user task waited for completion of ADD
requests issued by the user task for this file. The count part of
this field (the low order 24 bits) contains the number of ADD requests
issued against the file. For more information, see Transaction response time and Clocks and time stamps.
- MNR_FILE_DEL (Type-S, 8 bytes)
- The elapsed time that the user task waited for completion of DELETE
requests issued by the user task for this file. The count part of
this field (the low order 24 bits) contains the number of DELETE requests
issued against the file. For more information, see Transaction response time and Clocks and time stamps.
- MNR_FILE_TOTAL (Type-S, 8 bytes)
- The total elapsed time that the user task waited for completion
of all requests issued by the user task for this file. The count part
of this field (the low order 24 bits) contains the number of all requests
issued against the file. For more information, see Transaction response time and Clocks and time stamps.
- MNR_FILE_AM_RQ (Type-A, 4 bytes)
- Number of times the user task invoked file access-method interfaces.
See also the performance class data field FCAMCT (owner: DFHFILE,
field ID: 070).
- MNR_FILE_IO_WT (Type-S, 8 bytes)
- The total I/O wait time on this file. For more information, see Transaction response time and Clocks and time stamps.
- MNR_RLS_FILE_IO_WT (Type-S, 8 bytes)
- Elapsed time in which the user task waited for RLS file I/O on
this file. For more information, see Transaction response time and Clocks and time stamps.
- MNR_CFDT_IO_WT (Type-S, 8 bytes)
- Elapsed time in which the user task waited for a data table access
request to the coupling facility data table server to complete for
this file. For more information, see Transaction response time and Clocks and time stamps.