The RESUSAGE operand requests the Transaction Resource Usage reports.
CICSPA RESUSAGE(
[OUTPUT(ddname),]
[TRANLIST(FILE,TEMPSTOR,DPL),]
[TRANSUMMary(FILE,TEMPSTOR,DPL),]
[FILESUMMary(BYTRAN,TOTAL),]
[TEMPSTORSUMMary(BYTRAN,TOTAL),]
[DPLSUMMary(BYTRAN,TOTAL),]
[LINECount(nnn),]
[TITLE1('...up to 64 characters...'),]
[TITLE2('...up to 64 characters...'),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),
...))])
The default report
produces all the Summaries.Specify FILE to report File usage statistics, TEMPSTOR to report Temporary Storage usage statistics, and DPL to report DPL usage statistics.
Currently these are the only resource types available. The default is TRANLIST(FILE,TEMPSTOR,DPL).
Specify TEMPSTOR to request the Transaction Temporary Storage Usage Summary report, a summary (averages and maximums) of Temporary Storage activity for each Transaction ID.
Specify DPL to request the Transaction Distributed Program Link (DPL) Usage Summary report, a summary (averages and maximums) of DPL activity for each Transaction ID.
Currently these are the only resource types available. The default is TRANSUMMARY(FILE,TEMPSTOR,DPL).
Specify BYTRAN to break down the File usage statistics by Transaction ID.
Specify TOTAL to give total usage statistics for each File.
The default is FILESUMMARY(BYTRAN,TOTAL).
Specify BYTRAN to break down the Temporary Storage usage statistics by Transaction ID.
Specify TOTAL to give total usage statistics for each Temporary Storage Queue.
The default is TEMPSTORSUMMARY(BYTRAN,TOTAL).
Specify BYTRAN to break down the DPL usage statistics by Transaction ID.
Specify TOTAL to give total usage statistics for each DPL.
The default is DPLSUMMARY(BYTRAN,TOTAL).
The Transaction Resource Usage report processes transaction resource class and performance class data, and uses Performance Selection Criteria to filter both. For more information, see Performance Selection Criteria.