I typically support DB2 on Z/OS, but do provide some support on LUW. When defining a tablespace on Z/OS, I turn off lock escation using the LOCKMAX 0. Is there a similar parameter on a table on LUW? Been digging around but haven't found what I want yet. Reason for this is I do not want the size of the lock to escalate. If an app is locking that much data for an extended period of time then it should fail and proper commit logic should be added to ensure we are not locking other users/processes out of a table. Thanks for any help you can provide.
Dave Nance