This site will undergo a maintenance outage on Saturday, 13 September beginning at 2:30 AM Central/1 PM IST for a platform upgrade. The downtime will be ~three hours.

Terminal Control Table class


The Terminal Control Table Class control statement reports about one terminal or all terminals. The format is: 

 TCT={xxxx | (ALL)}

where xxxx is any terminal ID or (ALL), which reports on all terminal IDs.

One of the following DATA statements must follow the TCT statement, beginning in column 1:

  • DATA=INPUTS (number of times the terminal communicates with CICS)
  • DATA=OUTPUTS (number of times CICS communicates with the terminal)
  • DATA=TRANSCNT (number of transactions)
  • DATA=TERMERRS (number of terminal failures, such as a PROG470 abend)
  • DATA=OPERERRS (number of application program failures)

Note

These fields use TRANSCCNT as a divisor when CALC=PERCENT is specified.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*