Standard SQL defines four isolation levels that can be set using the SET TRANSACTION ISOLATION LEVEL statement: Serializable, Repeatable Read, Read Committed, and Read Uncommitted. Although all of the ...
The ORACLE_73= option must be set to ORACLE_73=YES to use the SERIALIZABLE method. If UPDATE_LOCK_TYPE=NOLOCK, SAS automatically sets UPDATE_ISOLATION_LEVEL= SERIALIZABLE for ORACLE versions 7.3 or ...