Specifies the method that is used to insert rows into a data source.
| Valid in: | LIBNAME statement |
| Default: | NO for SAS data set; for all other data sources, the default is YES. |
| Supports: | All |
specifies to use the data source's SQL insert method to insert new rows into a table.
specifies to use an alternate (DBMS-specific) method to insert new rows into a table.