Along
with the ACCESS procedure and an interface view engine, the DBLOAD
procedure creates an interface between SAS and data in other vendors'
databases.
The DBLOAD procedure
enables you to create and load a DBMS table, append rows to an existing
table, and submit non-query DBMS-specific SQL statements to the DBMS
for processing. The procedure constructs DBMS-specific SQL statements
to create and load, or append, to a DBMS table by using one of these
items:
-
-
an SQL view or DATA step view
-
a view descriptor that was created
with the
SAS/ACCESS interface to your DBMS or with another
SAS/ACCESS
interface product
-
another DBMS table referenced by
a SAS libref that was created with the
SAS/ACCESS LIBNAME statement.
The DBLOAD procedure
associates each SAS variable with a DBMS column and assigns a default
name and data type to each column. It also specifies whether each
column accepts NULL values. You can use the default information or
change it as necessary. When you are finished customizing the columns,
the procedure creates the DBMS table and loads or appends the input
data.