![]() Chapter Contents |
![]() Previous |
![]() Next |
| COMMIT= |
| Optional statement | |
| Default: | 1000 |
| Syntax | |
| Details |
Syntax |
| COMMIT=commit-frequency; |
The commit-frequency argument must be a nonnegative integer. To commit or save observations only after all the rows have been inserted, specify COMMIT=0.
Using this statement might improve performance by releasing DBMS resources each time the specified number of rows has been inserted.
If you omit the COMMIT= statement, a commit is issued (or a group of rows is saved) after each 1,000 rows are inserted and after the last row is inserted.
An editing statement, such as COMMIT=, must be specified after the database connection statements when you create and load a DBMS table. See LOAD for more information.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.