How to find this library SASUSER
@Satora_In wrote:
How to find this library SASUSER
Log in as a user that works and check where the libref SASUSER is pointing. Run something like:
%put %sysfunc(pathname(sasuser));
You should see something like:
/home/username/sasuser.v94
So check location that would become if you change the usernames. Make sure that such a directory exists and that it is writable by the intended user.
Usually when we have this problem is caused by:
1) The system admins not creating the userid properly so that they don't have a home directory
2) The mounting of the home directory not working. THey can usually just restart the automount process and it will start working.
3) The user deleted the directory or changed the permissions.
How to solve this problem, but I can’t check the path from a user that doesn’t work for me
Apparently the path is not specified correctly. How can I indicate the path to the user?
I deleted and added a user several times, perhaps because of this the home directory disappeared
Internally, te operating system identifies the user with a number, not the name. Unless you explicitly specify that number when you create the user, the system will assign it randomly.
So you get an existing directory with the permissions assigned to the old number, and the newly created user can't write to it.
Make up a rule for mapping usernames to numbers to avoid this.
Я решил проблему с помощью команды chmod
и правильно настроил каталог home где у меня был юзер chmod user direction -r
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.
Ready to level-up your skills? Choose your own adventure.