CICS command detail line

detail line These lines appear under a CICS® Program detail line. Each one represents a CICS command issued by the program identified in the name field of the CICS Program line under which these lines are grouped.

Under Heading This is Displayed
Name The hexadecimal offset in the identified CICS program of the return address of the EXEC CICS command. This is in +xxxx format. If the CSECT containing the EXEC CICS is not the same name as the module identified in the CICS Program line above, this field contains the CSECT name. In this case, the offset is shown in the description field. This field is always displayed in red.
Description The CICS command descriptor. If, as noted above, the CSECT name containing the EXEC CICS is different from the module name, the CICS command descriptor is preceded by the hexadecimal offset of the command from the start of the CSECT.
Execution The total time, in seconds, CPU execution was observed while the CICS command was being processed.
Suspend The total time, in seconds, CICS had suspended execution of the transaction while the CICS command was being processed.
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 the CICS command was being processed. This includes execution, suspend and delay time.