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. 🙂
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!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.