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?

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 6 replies
  • 612 views
  • 0 likes
  • 4 in conversation