CICS transaction detail line

This is the first-level detail line. Each line shows information about a CICS® transaction for which measurement data was recorded.

Under Heading This is Displayed
Name The CICS transaction code.
NTxns The number of executions of the transaction.
Description If this is a recognized CICS transaction, a functional description.
Error The margin of error based on a sample population of the number of executions of the transaction.
Execution The total time, in seconds, that a CPU was actively executing for the transaction.
Suspend The total time, in seconds, that CICS had suspended execution of the transaction.
Delay The mean time, in seconds, execution of the transaction was delayed. This is a fourth-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.