Previous Page | Next Page

The LIBNAME Statement for Relational Databases

LOCKWAIT= LIBNAME Option



Specifies whether to wait indefinitely until rows are available for locking.
Default value: DBMS-specific
Valid in: SAS/ACCESS LIBNAME statement
DBMS support: Informix, Oracle

Syntax
Syntax Description

Syntax

LOCKWAIT=YES | NO

Syntax Description

YES

specifies that SAS waits until rows are available for locking.

NO

specifies that SAS does not wait and returns an error to indicate that the lock is not available.

Previous Page | Next Page | Top of Page