Previous Page | Next Page

The LIBNAME Statement for Relational Databases

BULKLOAD= LIBNAME Option



Determines whether SAS uses a DBMS facility to insert data into a DBMS table.
Alias: FASTLOAD= [Teradata]
Default value: NO
Valid in: the SAS/ACCESS LIBNAME statement
DBMS support: ODBC, OLE DB, Teradata

Syntax
Syntax Description
Details
See Also

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.


Details

See these DBMS-specific reference sections for details.


See Also

BULKUNLOAD= LIBNAME Option

BULKLOAD= Data Set Option

BULKUNLOAD= Data Set Option

Previous Page | Next Page | Top of Page