Chapter Contents

Previous

Next
UPDATE_ISOLATION_LEVEL=

UPDATE_ISOLATION_LEVEL=



Defines the degree of isolation of the current application process from other concurrently running application processes

Default value: Not set
Alias: UIL=
Option type: LIBNAME and Data set


Syntax
Details

Syntax

UPDATE_ISOLATION_LEVEL=S | RC | RR

S = Serializable
RC = Read Committed
RR = Repeatable Read


Details

The degree of isolation identifies

By default, UPDATE_ISOLATION_LEVEL= in not set. The provider sets the default value. If UPDATE_LOCK_TYPE= is not set to ROW, then UPDATE_ISOLATION_LEVEL= is ignored.

OLE DB supports four isolation levels. The isolation levels are defined in terms of several possible occurrences:

The isolation levels for UPDATE_ISOLATION_LEVEL= include the following:


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.