Hi All,
I am looking to apply raw level security wih-in SAS Stored Procedure.
Thanks in advance.
Regards,
Kaushal
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.
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.
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.
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?
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.
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.