TABLE_LOCKING


1! TABLE_LOCKING=YES
1 TABLE_LOCKING=NO
TABLE_LOCKING
Specifies whether a table being edited can be explicitly locked. An explicit LOCK TABLE SQL statement is only issued if the "locking" option on the seventh editor options panel is set to either 2 (Share Mode) or 3 (Exclusive Mode).
YES
An explicit LOCK TABLE SQL statement might be issued.
NO
An explicit LOCK TABLE SQL statement is not issued, regardless of the setting of the "locking" editor option.

If the PROD_EDIT option is not specified or is set to NO, the default behavior is YES. Otherwise, the value is enforced as NO. See topic PROD_EDIT.