Hello,
I am using a libname statement and I am getting an error into the log file as the resources is locked
How to deal with that kind of issue ?
%let path1= confidential path;
libname DATA "/&path1/Inforce/data";
extract of the log file:
ERROR: Unable to clear or re-assign the library DATA because it is still in use.
ERROR: Error in the LIBNAME statement.
DEBUG=CACHE_DISABLE option set.
What happens if you try to CLEAR the LIBNAME?
libname data clear;
And then reassign it.
have you tried clearing the librefs?
A different Lib name besides DATA?
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!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.