Report command

The Temporary Storage Usage Summary report can be requested from a Report Set in the CICS PA dialog. Select the Temporary Storage Usage Summary report in the Transaction Resource Usage Reports category.

In batch, the RESUsage command is used to request the Temporary Storage Usage Summary report.

The command to produce the default report is:
CICSPA RESUSAGE
This produces the two File Usage summary reports, the two Temporary Storage Usage summary reports, and the two DPL Usage summary reports. For the Temporary Storage Usage summary reports, this is the same as specifying:
CICSPA RESUSAGE(TRANSUMM(TEMPSTOR),    Transaction Temporary Storage Usage Summary
                TEMPSTORSUMM(          Temporary Storage Usage Summary
                         BYTRAN,       - break down by Transaction ID
                         TOTAL))       - include transaction totals
To tailor the report, you can specify report options as follows:
CICSPA RESUSAGE(
          [OUTPUT(ddname),]
          [TRANSUMMARY(TEMPSTOR),]
          [TEMPSTORSUMMARY(BYTRAN,TOTAL),]
          [LINECOUNT(nnn),]
          [TITLE1('...sub-heading left ...'),]
          [TITLE2('...sub-heading right...'),]
          [SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(value1),...),...))])

Information Information

Feedback


Timestamp icon Last updated: Saturday, 8 February 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic///report-reference/cparr113.htm