LOCKWAIT= LIBNAME Option

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

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.