Start of change

Report command

You can request CICS® Transaction Gateway reports from a Report Set in the CICS PA dialog: select the CICS Transaction Gateway report in the Statistics Reports category.

In batch, you use the CTGSTATISTICS command to request CICS Transaction Gateway reports.

The command to request the default report is:

CICSPA CTGSTATISTICS

This produces a full set of CICS Transaction Gateway reports.

To tailor the report, you can specify report options as follows:

CICSPA CTGSTATISTICS[( 
             [OUTPUT(ddname|STTG0001),]
             [LINECNT(nnn),]
             [ACTIVITY,]
             [USAGE(RATIO(90),]
             [TITLE1('...sub-heading left ...'),]
             [TITLE2('...sub-heading right...')])]

Information Information

Feedback


Timestamp icon Last updated: Friday, 8 February 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//stats-cicstg-cmd.htm
End of change