BookmarkSubscribeRSS Feed
acordes
Rhodochrosite | Level 12

I cannot figure out how to assign a password to an existing sashdat file stored at a caslib. 

 

I want to prevent from being deleted by other others users with access to the caslib.

I've tried without success the following.  

It would be ok for me to assign a password during the savetable operation using proc cas or proc casutil. 

 

Following https://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000995299.htm 

 

proc datasets lib=mkt;
modify CONTRATOS_BI_OK.sashdat(read=mypass);
run;

 

1 REPLY 1
LinusH
Tourmaline | Level 20

Password protection of individual object is IMHO not a good thing from a maintenance perspective. Data shoud be protected using rights management: preferable on group/function level.

 

SAS Help Center: Authorization in SAS Viya

 

Data never sleeps

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

How to Concatenate Values

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 528 views
  • 0 likes
  • 2 in conversation