Module/system services detail line

These lines appear under a CICS® Program detail line. Each one represents a module that was executing under control of the program identified in the name field of the CICS Program line under which these lines are grouped. If Application Performance Analyzer was unable to determine a module name, “CICS” is displayed in the name field and “System Services” in the description field.

Under Heading This is Displayed
Name The name of the module that was executing or “CICS” if a module name could not be determined.
Description A functional description of the module if one is available. “System Services” is displayed if the module name could not be determined.
Execution The total time, in seconds, for execution of the module within the grouping under which the detail line appears.
Suspend This field will contain a value of zero.
Delay The mean time, in seconds, that 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 identified module was executing or delayed.