Figure 71 shows the format of the Transaction Classes Report. This report is produced using a combination of the EXEC CICS® INQUIRE TRANCLASS and EXEC CICS COLLECT STATISTICS TRANCLASS commands. The statistics data is mapped by the DFHXMCDS DSECT. The field headings and contents are described in Table 195.
Applid IYK2Z1V2 Sysid CJB2 Jobname CI07CJB2 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 9
Transaction Classes
Tclass Trans Attach Class At Cur Peak Purge At Cur Peak Accept Accept Purged Purge Total Avg. Avg. Cur
Name in Tcl in Tcl Limit Limit Active Active Thresh Thresh Queued Queued Immed Queued Immed Queued Queued Que Time Que Time
__________________________________________________________________________________________________________________________________
DFHCOMCL 2 0 10 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHEDFTC 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCIND 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCL01 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCL02 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCL03 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCL04 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCL05 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCL06 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCL07 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCL08 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCL09 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
DFHTCL10 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 00:00.00 00:00.00
__________________________________________________________________________________________________________________________________
Totals 2 0
Transaction Classes . : 13
Field Heading | Description |
---|---|
Tclass Name | The name of the transaction class.
Source field: EXEC CICS INQUIRE TRANCLASS() |
Trans in Tcl | The number of transaction definitions that
are defined to this transaction class.
Source field: XMCITD |
Attach in Tcl | The number of transaction attach requests
for transactions in this transaction class.
Source field: XMCTAT |
Class Limit | The maximum number of transactions that may
be concurrently active in this transaction class.
Source field: XMCMXT |
At Limit | The number of times that this transaction
class has reached its transaction class limit.
Source field: XMCTAMA |
Cur Active | The current number of transactions active
in this transaction class.
Source field: XMCCAT |
Peak Active | The peak number of transactions active in
this transaction class.
Source field: XMCPAT |
Purge Thresh | The queue limit purge threshold for this
transaction class.
Source field: XMCTH |
At Thresh | The number of times this transaction class
has reached its queue limit purge threshold.
Source field: XMCTAPT |
Cur Queued | The current number of transactions that are
currently queueing in this transaction class.
Source field: XMCCQT |
Peak Queued | The peak number of transactions that queued
waiting to get into this transaction class.
Source field: XMCPQT |
Accept Immed | The number of transactions that were accepted
immediately into this transaction class.
Source field: XMCAI |
Accept Queued | The number of transactions that were queued
before being accepted into this transaction class.
Source field: XMCAAQ |
Purged Immed | The number of transaction that were purged
immediately because the queue had already reached the purge threshold for
this transaction class.
Source field: XMCPI |
Purged Queued | The number of transaction that have been
purged whilst queueing to get into this transaction class.
Source field: XMCPWQ |
Total Queued | The total number of transactions that have
become active but first queued to get into this transaction class.
Source field: XMCTQ |
Avg. Que Time | The average queueing time for transactions
that have become active but first queued to get into this transaction class.
Source field: XMCTQTME / XMCTQ |
Avg. Cur Que Time | The average queueing time for those transactions
that are currently queued waiting to get into this transaction class.
Source field: XMCCQTME / XMCCQT |