Proc SQL: How / When does SAS Move the Data
问题 I am a DBA / R user. I just took a job in an office full of SAS users and I am trying to understand better how SAS' proc sql works. I understand that SAS includes a relational database and it includes the ability to run proc sql against external servers like Oracle. I am trying to better understand when / how it decides to use the database server rather than its internal database system. I have seen some really S. L. O. W. SAS code where my coworkers running a series of proc sql commands.