Previous Topic: Vary Memory EnhancementsNext Topic: Enhanced Module Identification


CICS Wait Information

When the standard CICS interface (IDMSINTC) enters a CICS wait, the type of wait is now identified. This information can be useful in diagnosing unexplained processing delays.

The IDMSINTC interface specifies a NAME parameter when it issues an EXEC CICS WAIT. The value of this parameter identifies the type of wait being done. The values that are assigned to the NAME parameter and their meanings are:

IDMSDL1T

Task is waiting for CA IDMS DLI Transparency processing.

IDMSSYNC

Task is waiting for two-phase commit synchronization to complete.

IDMS EXT

Task is waiting for completion of a UCF or DML request to a CA IDMS back end.

Note: You can display the type of wait being done using CICS facilities such as CEMT INQ TASK.