Report content
The Transaction Resource Usage List report provides comprehensive reporting of Transaction resource class data. (Performance class records are not processed.)
See the sample report in Figure 1 created
with the command:
CICSPA RESUSAGE(TRANLIST,OUTPUT(ddname))
Figure 1. Transaction Resource Usage List report
V5R3M0 CICS Performance Analyzer
Transaction Resource Usage List
RESU0001 Printed at 12:34:56 02/15/2015 Data from 15:05:47 5/15/2015 Page 1
Request Fcty Conn UOW R Stop / Response
Tran Userid SC TranType Term LUName Type Program T/Name Name NETName APPLID Task Seq T OStart Time Time
---- -------- -- -------- ---- -------- ------- -------- ------ ---- ----------------- -------- ---- --- - ------------ --------
CW2A CBAKER U U AP: DFHW2FI GBIBMIYA.IYK2Z1V2 IYK2Z1V2 44 1 T 15:06:26.734 .1473
CWXN CBAKER - U - - - - B/ - - IYK2Z1V2 43 - - 15:06:26.580 .1541
********************** FC Calls ********************* ******* I/O Waits ******** AccMeth
File Get Put Browse Add Delete Total File RLS CFDT Requests
-------- -------- -------- -------- -------- -------- -------- -------- -------- -------- --------
FILEA Elapse .0000 .0000 .0001 .0000 .0000 .0153 .0147 .0000 .0000
Count 11 0 66 0 0 143 2 0 0 143
Request Fcty Conn UOW R Stop / Response
Tran Userid SC TranType Term LUName Type Program T/Name Name NETName APPLID Task Seq T OStart Time Time
---- -------- -- -------- ---- -------- ------- -------- ------ ---- ----------------- -------- ---- --- - ------------ --------
CEJR CBAKER U S AP: DFHEJITL GBIBMIYA.IYK2Z1V2 IYK2Z1V2 58 1 T 15:11:26.947 .3140
********************** FC Calls ********************* ******* I/O Waits ******** AccMeth
File Get Put Browse Add Delete Total File RLS CFDT Requests
-------- -------- -------- -------- -------- -------- -------- -------- -------- -------- --------
DFHEJDIR Elapse .0841 .0000 .0000 .0000 .0000 .0841 .0009 .0000 .0000
Count 1 0 0 0 0 1 2 0 0 1
DFHEJOS Elapse .0834 .0000 .0000 .0000 .0000 .0834 .0011 .0000 .0000
Count 1 0 0 0 0 1 2 0 0 1
Total Elapse .1675 .0000 .0000 .0000 .0000 .1675 .0020 .0000 .0000
Count 2 0 0 0 0 2 4 0 0 2
Request Fcty Conn UOW R Stop / Response
Tran Userid SC TranType Term LUName Type Program T/Name Name NETName APPLID Task Seq T OStart Time Time
---- -------- -- -------- ---- -------- ------- -------- ------ ---- ----------------- -------- ---- --- - ------------ --------
CECI CBAKER TO U T164 IYCWT164 AP: DFHECIP T/T164 GBIBMIYA.IYCWT164 IYK2Z1V2 75 1 T 15:13:16.521 10.0157
DPL DPL LINK
Program SYSID Requests
-------- ----- --------
DFH0STAT CJB1 Count 2
DFH0STAT CJB3 Count 4
Total Count 6
Request Fcty Conn UOW R Stop / Response
Tran Userid SC TranType Term LUName Type Program T/Name Name NETName APPLID Task Seq T OStart Time Time
---- -------- -- -------- ---- -------- ------- -------- ------ ---- ----------------- -------- ---- --- - ------------ --------
CEMT CBAKER TO U T164 IYCWT164 AP: DFHEMTP T/T164 GBIBMIYA.IYCWT164 IYK2Z1V2 89 6 T 15:17:57.532 14.5784
************* TS Calls ************ *** I/O Waits *** ********* TS Item ********
TSQueue Get Put_Aux Put_Main Total TS Shr_TS Get Put_Aux Put_Main
---------------- -------- -------- -------- -------- -------- -------- -------- -------- --------
T164EZAI Elapse .0000 .0000 .0000 .0004 .0000 .0000
Count 0 1 0 2 0 0 Length 0 89 0
The report consists of two sections:
- The Task Identification section that identifies the CICSĀ® task. The column headings match the Cross-System Work report (see Figure 1) to enable easy cross reference between the reports.
- The Resource sections associated with the CICS task immediately before it: depending on the specified report options, these sections can contain File, Temporary Storage, and Distributed Program Link (DPL) entries.
If applicable, the following message appears after the File statistics:
CPA0375W Transaction xxxx has used additional Files and exceeded the File Resource Limit of nn
If applicable, the following message appears after the
Temporary Storage statistics:
CPA0375W Transaction xxxx has used additional TSQueues and exceeded the TSQueue Resource Limit of nn
If applicable, the following message appears after
the DPL statistics:
CPA0375W Transaction xxxx has used additional DPLs and exceeded the DPL Resource Limit of nn
The maximum number of files, temporary storage queues, and DPLs monitored for each transaction is limited by the FILE, TSQUEUE, and DPL parameters on the DFHMCT TYPE=INITIAL macro. The default is FILE=8 for files, TSQUEUE=4 for temporary storage queues, and DPL=0 for DPLs. Therefore, you might need to assemble an MCT that specifies FILE, TSQUEUE, and DPL options if the default values are insufficient.