I have installed everything correctly but as I don't have a "C" drive, how do I refer to the file that I CAN SEE in the My Folders tab in SAS Studio....I have been trying all sorts of combinations for the datafile line below: proc import out=auto_csv datafile = "Mac_HD\folders\myfolders\intro_auto.csv" dbms=csv replace; getnames=yes; run;
... View more