BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,

Does anyone know if there is a way to lock down individual work tables on the SAS server side? We are trying to limit access to critical customer information so that person A cannot log into the server and look at person B's work files. Any help you could provide would be great!

Thanks in advance!
2 REPLIES 2
deleted_user
Not applicable
Yes it can be done.

What kind of server are you dealing with?
Each platform has its own things.

The general guideline would be that each user has their own login and workspace, which is protected by OS level security features.

SAS supports the concept of SASUSER, but you have to be careful, because SASUSER is typically a persistent library, unlike WORK. But, it is possible to have a unique WORK directory/libary for each user. For Windows and Unix, for each account, either set the SAS_User_Config environment variable, or have a sasV9.cfg file in the user's "$HOME" directory. For a mainframe, control would be through RACF.
deleted_user
Not applicable
Thanks for the input Chuck! And now, I have come to find out, it was decided that we don't need to lock down our tables according to the powers-that-be. Oh well, still nice to know it can be done!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 915 views
  • 0 likes
  • 1 in conversation