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. 🙂
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.