Temporary storage queue entry fields

This section describes the fields in each temporary storage queue entry in a transaction resource monitoring record.

For information about transaction temporary storage queue accesses in performance class monitoring data, see DFHTEMP fields.

MNR_TSQUEUE_NAME (Type-C, 16 bytes)
The CICS® 16-character name of the temporary storage queue to which the following data fields refer.
MNR_TSQUEUE_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 temporary storage queue. The count part of this field (the low order 24 bits) contains the number of GET requests issued against the temporary storage queue. For more information, see Transaction response time and Clocks and time stamps.
MNR_TSQUEUE_PUT_AUX (Type-S, 8 bytes)
The elapsed time that the user task waited for completion of PUT requests to auxiliary temporary storage, issued by the user task for this temporary storage queue. The count part of this field (the low order 24 bits) contains the number of PUT requests to auxiliary temporary storage issued against the temporary storage queue. For more information, see Transaction response time and Clocks and time stamps.
MNR_TSQUEUE_PUT_MAIN (Type-S, 8 bytes)
The elapsed time that the user task waited for completion of PUT requests to main temporary storage, issued by the user task for this temporary storage queue. The count part of this field (the low order 24 bits) contains the number of PUT requests to main temporary storage issued against the temporary storage queue. For more information, see Transaction response time and Clocks and time stamps.
MNR_TSQUEUE_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 temporary storage queue. The count part of this field (the low order 24 bits) contains the number of all requests issued against the temporary storage queue. For more information, see Transaction response time and Clocks and time stamps.
MNR_TSQUEUE_GET_ITEML (Type-S, 4 bytes)
The total length of all items obtained from this temporary storage queue.
MNR_TSQUEUE_PUT_AUX_ITEML (Type-S, 4 bytes)
The total length of all items written to the auxiliary temporary storage queue.
MNR_TSQUEUE_PUT_MAIN_ITEML (Type-S, 4 bytes)
The total length of all items written to the main temporary storage queue.
MNR_TSQUEUE_IO_WT (Type-S, 8 bytes)
The total I/O wait time on this temporary storage queue. For more information, see Transaction response time and Clocks and time stamps.
MNR_SHR_TSQUEUE_IO_WT (Type-S, 8 bytes)
The total I/O wait time on the shared temporary storage queue. For more information, see Transaction response time and Clocks and time stamps.