SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Accessing Other Vendors' DBMS Data
DBMS Access Using the SQL Procedure Pass-Through Facility


Question: Complete the FROM clause below by specifying the appropriate DBMS connection.
proc sql;
   connect to oracle as tempdb
           (user=student pw=sesame path=temppath 
connection=global);
select * from (select ssn, lname, fname, activity from members where contacts<5);
...
quit;

           


back||next


Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement