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.
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.