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?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.