@kz_ wrote:
The error is
ERROR: Library library_name does not exist
All of the folders have already been created, and the subfolder contains SAS datasets.
This is the error you get later when you try to use the library. Please copy/paste the complete log of the LIBNAME statement into a window opened with this button:
You can mask sensitive parts of the path.
Edit: corrected FILENAME to LIBNAME.
Why are you using long path like "/folder/subfolder/subfolder2/subfolder3/subfolder4/subfolder5" ?
why not:
@kz_ wrote:
It's a shared directory - I don't have control over it.
You can create (or have created) a shorter direct link to the subdirectory.
I am a total SAS newbie, but I'm struggling with this exact problem. I'm in a shared drive, so I have limited ability to shorten the path. So how do I "create a shorter direct link to the subdirectory"?
For Windows, see here. For UNIX(Linux), just google the ln command.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.