BookmarkSubscribeRSS Feed
kaushalsolanki
Quartz | Level 8

Hi All,

 

I am looking to apply raw level security wih-in SAS Stored Procedure.

 

Thanks in advance.

 

Regards,

Kaushal 

6 REPLIES 6
Satish_Parida
Lapis Lazuli | Level 10
Could you please elaborate.

This is to lock a dataset.
http://support.sas.com/kb/51/275.html

Password Protecting a SAS data set.
https://v8doc.sas.com/sashtml/lrcon/z0995299.htm
kaushalsolanki
Quartz | Level 8

Hi Satish,

 

Thanks for your revert, my requirement is to allow a particular region user to access particular region data only on the basis of his / her AD ID within SAS Stored Process.

japelin
Rhodochrosite | Level 12

you can use encrypt= dataset option.

 

data test(pw=abc encrypt=yes);

  a=1;

run;

if you try to open this dataset by binary editor, you could not read contents.

if not used it, you can access binary data although use password.

kaushalsolanki
Quartz | Level 8

Hi @japelin ,

 

Thanks for your revert, my requirement is to allow a particular region user to access particular region data only on the basis of his / her AD ID within SAS Stored Process.

japelin
Rhodochrosite | Level 12

The specific data and assumptions will vary depending on whether the regional data is divided at the server, library, dataset, or observation level, and how the user's region is perceived. How about being presented with the environment?

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
  • 6 replies
  • 1525 views
  • 0 likes
  • 4 in conversation