I am getting the errors mentioned in the screenshots while writing the program. I am using the SAS Studio via Oracle VM Virtual Box, so I don't have the path available for specifying the libname, I'm exporting the Cars table into my folders and then using that path. Please help me on how to specify the path.
You are including a file name (cars.dta) in your libname statement when it should only contain a folder name. If you change your libname statement to:
libname libsas '/folders/myfolders';
Your code will work
Please post the log using {i}-icon.
You are including a file name (cars.dta) in your libname statement when it should only contain a folder name. If you change your libname statement to:
libname libsas '/folders/myfolders';
Your code will work
Yes, removing Cars.dta from path worked fine. Thank you. 🙂
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.