The single predefined situation in this category monitors RLS resources to identify problems that can degrade performance. The description and formula for this situation follow.
Select the RLS Lock Analysis report to find any tasks that can be waiting for an RLS lock to become available. If a lock is not being released, use the Transaction Analysis report to display the owning task's wait type to determine whether it is looping, waiting on a resource, or deadlocked with another task. You can invoke the CEKL CICS command using the Take Action feature to free the lock and allow waiting tasks to continue. To limit the number of lock conflicts, consider transaction classes.
Formula
If the value of Task_State equals H and the value of Time_in_Suspend_Numeric is greater than or equal to 60 then situation CICSRegion_Held_RLS_Locks is true.
See also the CICSplex RLS Lock Analysis attribute group.