LOCKMAX= parameter for procedures

Use the LOCKMAX= parameter in procedure to specify a locking limitation. The accepted value range is between 1 and 32767 (in units of 1000). This parameter overrides the PSBGEN LOCKMAX value if one was specified. An override parameter of LOCKMAX=0 turns off all locking limitation.

LOCKMAX=10
Allows for 10000 locks.
LOCKMAX=0
Turns off locking limitation.