CICS transaction number detail line

This detail line shows information about a single execution of the transaction.

Under Heading This is Displayed
Name The 'Task ID' of the transaction. This is a sequence number assigned to the transaction by CICS®. CICS increments this value for each transaction execution. It serves as a unique transaction identifier.
Description The time of day at which the transaction was executed.
Execution The total time, in seconds, CPU execution was observed while the transaction was being processed.
Suspend The total time, in seconds, CICS had suspended execution of the transaction.
Delay The mean time, in seconds, execution of the transaction was delayed. This is a fifth-level detail line shown directly under the CICS transaction detail line. This line represents a CICS resource type or a wait type. The complete list of resource types is documented in the CICS Transaction Server for z/OS® Problem Determination Guide
The most common wait types include:
CICS
The CICS region was busy processing other transactions and could not dispatch this transaction.
MVSWait
The entire region was in a wait for an MVS™ service.
MVSBusy
The MVS system was busy and did not dispatch the CICS region.
CICSSusp
The transaction has been suspended by CICS while waiting on a resource.
Service The total service time for the transaction. This includes execution, suspend and delay time.