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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.