I am running a code
libname kyaile "/folders/myshortcuts/myfolders/sas data/prg1";
in log error is
libname"/folders/myshortcuts/myfolders/sas data/prg1"; is not in the list of accessiable path when SAS is in lockdown state.
what s wrong with my code
You are not supplying a logical libname.
libname mylib "/folders/myshortcuts/myfolders/sas data/prg1";
actually i provided it. while typing here i forgot to mention. I also tried with my c drive location but nope its not working
@bumchum wrote:
actually i provided it. while typing here i forgot to mention. I also tried with my c drive location but nope its not working
Post your exact code and log.
We can only comment on what we see here.
Also, this path, with myshortcuts,
/folders/myshortcuts/myfolders/
Usually means you've set up the myfolders incorrectly according to the installation instructions OR you've explicitly created another library with the exact same name as recommended in the set up guide. If it's the latter, ignore this comment entirely 🙂
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.