Sysplex_GlobalEnq_Wait_Warn
Sysplex_ GlobalEnq_ Wait_ Warn monitors the wait time on a global enqueue and issues a Warning alert when either the wait time or maximum wait time falls between 30 and 60 seconds.
The formula is:
(VALUE Global_Enqueues.Maximum_Wait_Time GT 30 AND VALUE
Global_Enqueues.Maximum_Wait_Time LE 60) OR (VALUE
Global_Enqueues.Wait_Time GT 30 AND VALUE
Global_Enqueues.Wait_Time LE 60)
This situation is raised when ENQueue delay is high. Check the details to determine who is holding the ENQ. If it is a batch job that can be canceled and requeued, the deadlock can be broken by doing so. If it is a started task or on-line user, a system programmer should be called.