AUTOCOMMIT

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

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.