Is it possible to set Password for library if YES, how is it?
Thankyou.
What version of SAS are you using? Perhaps this can be of help
sas 9.2 version
The only way I can think of is the method suggested by @PeterClemmensen but you need a metadata server for that. You can password protect individual data sets with this method https://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000995299.htm
If you have a meta data server environment I strongly advice to upgrade. Then you could use meta bound libraries which can't (by normal users at least) be bypassed.
Don't know your requirements but in most cases OS level security is sufficient.
Another option would be to move your data to a database that handles authorization.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.