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),]
[EXTERNAL(ddname),]
[LINECNT(nnn),]
[ACTIVITY,]
[USAGE(RATIO(90),]
[CONFIGURATION,]
[CLIENTWORKLOAD,]
[CICSWORKLOAD,]
[TITLE1('...sub-heading left ...'),]
[TITLE2('...sub-heading right...')])]