Start of change

CTGSTATISTICS - CICS TG Statistics reports

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

The command format is:
CICSPA CTGSTATISTICS[( 
             [OUTPUT(ddname|STTG0001),]
             [LINECNT(nnn),]
             [ACTIVITY,]
             [USAGE(RATIO(90),]
             [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.
LINECount
Controls the number of lines per page. See LINECount for further information.
ACTIVITY
Requests the Activity Summary report.
USAGE
Requests the Usage and Capacity report.
RATIO
This option applies only to the Usage and Capacity report. A warning indicator is inserted 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.

Information Information

Feedback


Timestamp icon Last updated: Friday, 8 February 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//ctgstatistics-operand.htm
End of change