BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
strugglingwsas
Fluorite | Level 6

Hello! 

I came here after trying all the other solutions. I am running into the SAS lockdown error (The path /folder/myfolders/sasuser.v94 is not in the list of accessible paths when SAS is in the lockdown state.) when I try to run this:

libname hw3 '/folder/myfolders/sasuser.v94';
proc print data=hw3.birthweight(1).sas7bdat;
run;

I'm not sure what the issue is since my folder with the sas7bdat file is sasuser.v94. I would love any suggestions to fix this error. Thank you!

1 ACCEPTED SOLUTION
3 REPLIES 3
SASKiwi
Opal | Level 21

I'm not familiar with SA UE, but could it be that folder already has an allocated LIBNAME of SASUSER?

Try SASUSER instead of HW3 as your LIBREF on PROC PRINT  - you don't need the LIBNAME at all.

strugglingwsas
Fluorite | Level 6
Thanks for the reply! I think the error is beginning with the libname procedure since it isn’t even being able to reach the prof print procedure itself.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 498 views
  • 1 like
  • 3 in conversation