Figure 72 shows the format of the Transactions report. This report is produced using a combination of the EXEC CICS® INQUIRE TRANSACTION and EXEC CICS COLLECT STATISTICS TRANSACTION commands. The statistics data is mapped by the DFHXMRDS DSECT. The field headings and contents are described in Table 196.
Applid IYK2Z1V2 Sysid CJB2 Jobname CI07CJB2 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 10
Transactions
Tran Tran Program Task Data Attach Restart Dynamic --- Counts Remote Storage
id Class Name Dynamic Isolate Location/Key Count Count Local - Remote Starts Viols
__________________________________________________________________________________________________________________________________
-ALT DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
-ARC DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
-CAN DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
-DIS DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
-MOD DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
-REC DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
-RES DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
-SET DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
-STA DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
-STO DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
-TER DFHD2CM1 Static Yes Any/CICS 0 0 0 0 0 0
AADD DFH$AALL Static Yes Below/USER 0 0 0 0 0 0
ABRW DFH$ABRW Static Yes Below/USER 0 0 0 0 0 0
ADMA ADMIVPC Static Yes Below/USER 0 0 0 0 0 0
ADMC ADMPSTBC Static Yes Below/USER 0 0 0 0 0 0
ADMI ADMISSEC Static Yes Below/USER 0 0 0 0 0 0
ADMM ADM1IMDC Static Yes Below/USER 0 0 0 0 0 0
ADMP ADMOPUC Static Yes Below/USER 0 0 0 0 0 0
ADMU ADM5IVUC Static Yes Below/USER 0 0 0 0 0 0
ADMV ADMVSSEC Static Yes Below/USER 0 0 0 0 0 0
ADM4 ADM4CDUC Static Yes Below/USER 0 0 0 0 0 0
ADYN DFH99 Static Yes Below/CICS 0 0 0 0 0 0
AINQ DFH$AALL Static Yes Below/USER 0 0 0 0 0 0
AMNU DFH$AMNU Static Yes Below/USER 0 0 0 0 0 0
AORD DFH$AREN Static Yes Below/USER 0 0 0 0 0 0
AORQ DFH$ACOM Static Yes Below/USER 0 0 0 0 0 0
APPA APPCP05 Static Yes Any/USER 0 0 0 0 0 0
APPC APPCP00 Static Yes Any/USER 0 0 0 0 0 0
AREP DFH$AREP Static Yes Below/USER 0 0 0 0 0 0
AUPD DFH$AALL Static Yes Below/USER 0 0 0 0 0 0
BACK DPLBACK Static Yes Below/USER 0 0 0 0 0 0
BRAS BRASSIGN Static Yes Below/USER 0 0 0 0 0 0
BRA1 BRA009BS Static Yes Below/USER 0 0 0 0 0 0
BRA2 BRA010BS Static Yes Below/USER 0 0 0 0 0 0
BRA5 BRA005BS Static Yes Below/USER 0 0 0 0 0 0
BRLT BRSTLTBS Static Yes Below/USER 0 0 0 0 0 0
BRU1 BRU001BS Static Yes Below/USER 0 0 0 0 0 0
BRU2 BRU002BS Static Yes Below/USER 0 0 0 0 0 0
BRU3 BRU003BS Static Yes Below/USER 0 0 0 0 0 0
BRU4 BRU004BS Static Yes Below/USER 0 0 0 0 0 0
BRU5 BRU005BS Static Yes Below/USER 0 0 0 0 0 0
BRU6 BRU006BS Static Yes Below/USER 0 0 0 0 0 0
CALL CALLJT1 Static Yes Any/USER 0 0 0 0 0 0
CATA DFHZATA Static Yes Any/CICS 0 0 0 0 0 0
CATD DFHZATD Static Yes Any/CICS 0 0 0 0 0 0
CATR DFHZATR Static Yes Any/CICS 0 0 0 0 0 0
CBAM DFHECBAM Static Yes Below/CICS 0 0 0 0 0 0
CBLT DFHDUMMY Static Yes Any/CICS 0 0 0 0 0 0
CCIN DFHCOMCL DFHZCN1 Static Yes Any/CICS 0 0 0 0 0 0
Field Heading | Description |
---|---|
Tran id | The name of the transaction.
Source field: EXEC CICS INQUIRE TRANSACTION |
Tran Class | The name of the transaction class in which
the transaction is defined.
Source field: XMRTCL |
Program Name | The name of the program when the transaction
was defined, or spaces if a program name was not supplied.
Source field: XMMRPN |
Dynamic | Indicates whether the transaction was defined
as dynamic.
Source field: XMRDYN |
Isolate | Indicates whether the transaction's user-key
task-lifetime storage is isolated from the user-key programs of other transactions.
Source field: EXEC CICS INQUIRE TRANSACTION ISOLATEST |
Task Data Location | Where certain CICS control blocks will be located for the
transaction.
Source field: EXEC CICS INQUIRE TRANSACTION TASKDATALOC |
Task Data Key | The storage key in which CICS will obtain
all storage for use by the transaction.
Source field: EXEC CICS INQUIRE TRANSACTION TASKDATAKEY |
Attach Count | The number of times that this transaction
has been attached. If a transaction definition is used to start a transaction
remotely, the transaction is included in the Attach Count for the region where
the transaction actually runs.
Source field: XMRAC |
Restart Count | The number of times this transaction was
restarted after an abend. This field is zero if the transaction was not defined
as RESTART=YES.
Source field: XMRRC |
Dynamic Counts - Local | The total number of times the dynamic transaction
routing exit has chosen to run this transaction on the local system. This
field is zero if the transaction was not defined as DYNAMIC=YES.
Source field: XMRDLC |
Dynamic Counts - Remote | The total number of times the dynamic transaction
routing exit has chosen to run this transaction on a remote system. This
field is zero if the transaction was not defined as DYNAMIC=YES.
Source field: XMRDRC |
Remote Starts | The number of times that this transaction
definition has been used to attempt to start the transaction on a remote system.
(This might not necessarily be the same as the number of successful starts.)
A Remote Start is only counted in the CICS region that initiates the process, and
not in the remote system where the transaction actually runs. In some circumstances,
the use of a transaction definition for a remote start is not counted. This
includes the case where a transaction definition that specifies the local
sysid or nothing as the REMOTESYSTEM value, is used to start a transaction
in a remote system, with the remote system specified on the SYSID option of
the START command.
Source field: XMRRSC |
Storage Viols | The number of times a storage violation has
been detected for this transaction definition.
Source field: XMRSVC |