Specifies how data is locked during an update transaction.
Valid in: | DATA and PROC steps |
Default: | LIBNAME statement setting |
Supports: | DB2 under UNIX and PC, MySQL, ODBC, Oracle, Teradata |
locks the entire table. (This value is valid in DB2 under UNIX and PC hosts, ODBC, Oracle, and Teradata data sources.)
does not lock the table, page, or any rows when reading them for update. (This value is valid in the ODBC, and Oracle data sources.)
locks the entire DBMS view. (This is valid in the Teradata interface.)