Chapter Contents

Previous

Next
The SQL Procedure

CONNECTION TO


Retrieves and uses DBMS data in a PROC SQL query or view.

Tip: You can use CONNECTION TO in the SELECT statement's FROM clause as part of the from-list.
See also: Connecting to a DBMS Using the SQL Procedure Pass-Through Facility and your SAS/ACCESS documentation.


CONNECTION TO dbms-name (dbms-query)
CONNECTION TO alias (dbms-query)


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.