BookmarkSubscribeRSS Feed
alepage
Barite | Level 11

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.

2 REPLIES 2
SASKiwi
PROC Star

What happens if you try to CLEAR the LIBNAME?

libname data clear;

And then reassign it.

coder1234
Obsidian | Level 7

have you tried clearing the librefs?

A different Lib name besides DATA?

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Early bird rate extended! Save $200 when you sign up by March 31.

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 406 views
  • 2 likes
  • 3 in conversation