Determines the method that is used to insert rows into a data source.
| Valid in: | DATA and PROC steps |
| Default: | LIBNAME statement setting |
| 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 add new rows to a table.