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;
Your Mac and the Linux virtual machine of UE use forward slashes in pathnames, and UE always starts at /folders:
/folders/myfolders/intro_auto.csv
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.