BULKLOAD= LIBNAME Option

Determines whether SAS uses a DBMS facility to insert data into a DBMS table.
Valid in: SAS/ACCESS LIBNAME statement
Alias: FASTLOAD= [Teradata]
Default: NO
Data source: Hadoop, ODBC, OLE DB, Teradata
See: BULKUNLOAD= LIBNAME option, BULKLOAD= data set option, BULKUNLOAD= data set option

Syntax

BULKLOAD=YES | NO

Syntax Description

YES
calls a DBMS-specific bulk-load facility to insert or append rows to a DBMS table.
NO
does not call the DBMS bulk-load facility.