SAS Institute. The Power to Know

SAS/ACCESS(R) 9.2 Interface to PC Files: Reference

space
Previous Page | Next Page

The LIBNAME Statement for PC Files on Microsoft Windows

AUTOCOMMIT= Data Set Option



determines whether the ACCESS engine commits (saves) updates as soon as the user submits them.
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.

space
Previous Page | Next Page | Top of Page