Basically, there are two ways to make libraries permanently available:
so the proper way for UE is to have an autoexec.sas file.
Add LIBNAME linking to the folder in the autoexec program file:
something like:
libname mydata '/folders/myfolders/data_1';
The LIBNAME statements need to be saved in /folders/myfolders/autoexec.sas.
Hello,
Thanks for the solution. I saved it in autoexec file. It worked well.
but why can't the libraries be saved directly?
Basically, there are two ways to make libraries permanently available:
so the proper way for UE is to have an autoexec.sas file.
Thanks a lot for the Solution. that resolved my query.
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!
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.