CTGSTATISTICS - CICS TG Statistics reports

The CTGSTATISTICS operand requests the CICSĀ® Transaction Gateway statistics reports.

The command format is:
CICSPA CTGSTATISTICS[( 
             [OUTPUT(ddname|STTG0001),]
             [EXTERNAL(ddname),]
             [LINECNT(nnn),]
             [ACTIVITY,]
             [USAGE(RATIO(90),]
             [CONFIGURATION,]
             [CLIENTWORKLOAD,]
             [CICSWORKLOAD,]
             [WEBSERVICES,]
             [TITLE1('...sub-heading left ...'),]
             [TITLE2('...sub-heading right...')])]
The options are:
OUTPUT
Controls the report output DDname. If not specified, CICS PA assigns a DDname in the format STTGnnnn where nnnn is the report sequence number 0001-9999. See OUTPUT for further information.
EXTERNAL
Specifies the optional DDname for the work data set used by the external SORT facility. If specified, CICS PA performs an external sort. If not specified, CICS PA performs an internal sort where the records are sorted in storage by CICS PA. The CICS PA dialog always generates the EXTERNAL operand with a DDname in the format CPAXWnnn where nnn is the sequence number 001-999. See EXTERNAL for further information.
LINECount
Controls the number of lines per page. See LINECNT for further information.
ACTIVITY
Requests the Activity Summary report.
USAGE
Requests the Usage and Capacity report.
CONFIGURATION
Requests the Configuration Summary report.
CLIENTWORKLOAD
Requests the Client Workload report.
CICSWORKLOAD
Requests the CICS Workload report.
WEBSERVICES
Requests the Web Services Workload report.
RATIO
This option applies only to the Usage and Capacity report. A warning indicator is displayed against the EXCI pipes or IPIC sessions columns when the Num/Max or Num/Avail ratio exceeds the specified value. The default is 90.
TITLE1, TITLE2
Controls the report title (left and right half of subheading line). See TITLE1 and TITLE2 for further information.