Select the RLS Lock Analysis report to find any tasks that may 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 may use the KILL command of OMEGAMON/CICS to free the lock and allow waiting tasks to continue. To limit the number of lock conflicts, consider transaction classes.
|