Previous Page | Next Page

The LIBNAME Statement for Relational Databases

UPDATE_ISOLATION_LEVEL= LIBNAME Option



Defines the degree of isolation of the current application process from other concurrently running application processes.
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_ISOLATION_LEVEL=DBMS-specific-value

Syntax Description

The values for this option are DBMS-specific. See the DBMS-specific reference section for details.


Details

Here is what the degree of isolation defines:

This option is ignored in the interfaces to DB2 under UNIX and PC Hosts and ODBC if you do not set UPDATE_LOCK_TYPE=ROW. 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_ISOLATION_LEVEL= Data Set Option.

UPDATE_LOCK_TYPE= LIBNAME Option

Previous Page | Next Page | Top of Page