Previous Page | Next Page

LIBNAME Statement: PC Files on Linux, UNIX, and 64-Bit Microsoft Windows

AUTOCOMMIT



Determines whether the ACCESS engine commits (saves) updates as soon as they are submitted.
Valid in: DATA and PROC steps
Default: LIBNAME option setting

Syntax
Syntax Description

Syntax

AUTOCOMMIT=YES|NO

Syntax Description

YES

specifies that updates are committed to a table as soon as they are submitted, and no rollback is possible.

NO

specifies that the SAS/ACCESS engine automatically performs the commit when it reaches the end of the file.

Previous Page | Next Page | Top of Page