Accessing Other Vendors' DBMS Data |
Lesson
Overview |
Introduction
If you have data stored in other vendors' database products, you can access it and reference it in your SAS programs as if it were in SAS data sets. SAS/ACCESS software enables the SAS System to share data with DB2, ODBC, ORACLE, SYBASE and other relational database management systems (DBMS). You can treat a DBMS like any SAS library, and your programs can read and write data between the SAS System and a DBMS. |
This lesson explains how to reference a DBMS as a SAS library, use DBMS
objects (such as tables) as SAS data sets in your SAS programs, and use the
SQL Procedure Pass-Through Facility to send DBMS-specific SQL statements
directly to a DBMS.
This lesson contains 31 pages and takes approximately 45-60 minutes to complete.
In this lesson, you learn to
Before taking this lesson, you should have completed the following lessons: Introduction to SAS Programming |
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA. All rights reserved.