| The LIBNAME Statement for Relational Databases |
| Default value: | DBMS-specific |
| Valid in: | SAS/ACCESS LIBNAME statement |
| DBMS support: | DB2 under UNIX and PC Hosts, DB2 under z/OS, Microsoft SQL Server, ODBC, OLE DB, Oracle, Sybase, Sybase IQ, Teradata |
| Syntax | |
| Syntax Description | |
| Details | |
| See Also |
Syntax |
| UPDATE_LOCK_TYPE=ROW | PAGE | TABLE | NOLOCK |VIEW |
locks a page of data, which is a DBMS-specific number of bytes. This value is not valid for the Sybase interface when you use the .
does not lock the DBMS table, page, or any rows when reading them for update. (This value is valid in the Microsoft SQL Server, ODBC, Oracle, and Sybase interfaces.)
| Details |
You can set a lock for one DBMS table by using the data set option or for a group of DBMS tables by using the LIBNAME option. See the locking topic for your interface in the DBMS-specific reference section for details.
| See Also |
To apply this option to an individual data set, see the UPDATE_LOCK_TYPE= Data Set Option.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.