CICS command detail line

These lines are displayed 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 hexadecimal offset appears 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 description. If, as noted above, the CSECT name containing the EXEC CICS is different from the module name, the CICS command description is preceded by the hexadecimal offset of the command from the start of the CSECT.
Execution The mean time, in seconds, that CPU execution was observed while the CICS command was being processed.
Suspend The mean time, in seconds, that CICS had suspended execution of the transaction while the CICS command was being processed.
Delay The mean time, in seconds, that execution of the transaction was delayed while the CICS command was being processed.
Transaction execution can be delayed for one of the following reasons:
  • CICS dispatch delay
  • MVS™ dispatch delay
Service The mean service time for the transaction during which the CICS command was being processed. This includes execution, suspend, and delay time.