RESUSAGE - Transaction Resource Usage reports
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.- OUTPUT
- Controls the report output DDname. If not specified, CICS PA assigns a DDname in the format RESUnnnn where nnnn is the report sequence number 0001-9999. See OUTPUT for further information.
- TRANLIST
- Requests the Transaction Resource Usage List report, a detailed
list of all transactions with CMF transaction resource class data.
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).
- TRANSUMMARY
- Specify FILE to request the Transaction File Usage Summary
report, a summary (averages and maximums) of File activity for each
Transaction ID.
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).
- FILESUMMARY
- Requests the File Usage Summary report, a summary (averages and
maximums) of File usage for each File.
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).
- TEMPSTORSUMMARY
- Requests the Temporary Storage Usage Summary report, a summary
(averages and maximums) of Temporary Storage usage for each Temporary
Storage Queue.
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).
- DPLSUMMARY
- Requests the DPL Usage Summary report, a summary (averages and
maximums) of usage for each DPL.
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).
- LINECOUNT
- Controls the number of lines per page. See LINECNT for further information.
- TITLE1, TITLE2
- Controls the report title (left and right half of subheading line). See TITLE1 and TITLE2 for further information.
- SELECT(PERFORMANCE(INCLUDE|EXCLUDE
- Specifies
what data to include or exclude from the report based on data field
values. See Using SELECT statements for a detailed
explanation and examples.
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.