Report command
The Distributed Program Link (DPL) Usage Summary report can be requested from a Report Set in the CICS PA dialog. Select the DPL Usage Summary report in the Transaction Resource Usage Reports category.
In batch, the RESUsage command is used to request the DPL 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 DPL Usage summary reports, this is the
same as specifying:
CICSPA RESUSAGE(TRANSUMM(DPL), Transaction DPL Usage Summary
DPLSUMM( DPL 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(DPL),]
[DPLSUMMARY(BYTRAN,TOTAL),]
[LINECOUNT(nnn),]
[TITLE1('...sub-heading left ...'),]
[TITLE2('...sub-heading right...'),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(value1),...),...))])