Thank you guys a bit of clarification I am not sure what you mean by my setup as i am new to SAS. I am not sure what SAS Connect is. Let us assume all 4 queries sqlquery1.sas , sqlquery2.sas, sqlquery3.sas, sqlquery4.sas, uses local data stored in my local machine. I am just running simple things such as sqlquery1.sas and sqlquery2.sas are something like this proc sql, create table A as select * from (a local table) run; sqlquery3.sas then joins the results from both tables. is there a simple way of doing this without SAS/Connect ?
... View more