I currently use a proc sql; statement to grab data from a table in Oracle to create a data set that I later manipulate in SAS. I have a particular query that utilizes db-links, allowing me to write a select statement accessing tables in various schemas. I would like to use this select statement to write a proc sql; statement in SAS so that I have this data set. Has anyone ever managed to use db-links in SAS?