You
can use
SAS/ACCESS to read, update, insert, and delete data from a
DBMS object as if it were a SAS data set. Here is how to do that.
-
You start a
SAS/ACCESS
interface by specifying a DBMS engine name and the appropriate connection
options in a LIBNAME statement.
-
You enter SAS requests
as you would when accessing a SAS data set.
-
SAS/ACCESS generates
DBMS-specific SQL statements that are equivalent to the SAS requests
that you enter.
-
SAS/ACCESS submits the
generated SQL to the DBMS.
The
SAS/ACCESS engine
defines which operations are supported on a table and calls code that
translates database operations such as open, get, put, or delete into
DBMS-specific SQL syntax.
SAS/ACCESS engines use an established set
of routines with calls that are tailored to each DBMS.