Background documentation-54: Lock collision Locate this document in the navigation structure

 

Explanation

When the option (NOWAIT) is specified in the LOCK statement or in the LOCK option, this message signals that the lock request conflicts with the locks of other users.

User Response
  1. In interactive mode, another job can be activated which does not require the desired lock.

  2. As an alternative, you can wait for the lock to be released by specifying the same SQL statement without the '(NOWAIT)' option.