The Performance Graph reports can be requested from a Report Set in the CICS PA dialog. Select the Transaction Rate report or the Transaction Response Time report in the Performance Graphs category.
In batch, the GRAPH command is used to request the Performance Graph reports.
CICSPA GRAPH(graphname)
where graphname is
one of the following operands to designate the type of graph desired:
CICSPA GRAPH(RESPONSE|TRANRATE,
[OUTPUT(ddname),]
[RANGE1(nnnnn),]
[RANGE2(nnnnn),]
[INTERVAL(hh:mm:ss),]
[LINECount(nnn),]
[TITLE1('...up to 64 characters...'),]
[TITLE2('...up to 64 characters...'),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),
...))])