BookmarkSubscribeRSS Feed
MLH_
Calcite | Level 5

Hello,

 

I would like to create a report that tells me which users can access each folder, object, table in SAS. This is so we can audit permissions. Is this possible? I have been able to create a table of the users with their group membership using:

 

%mduextr(libref=work);

 

but I would like the extra layer of detail.

 

I was wondering whether anyone had done anything similar and if so how did you do it?

 

Thank you!

1 REPLY 1
JuanS_OCS
Amethyst | Level 16

Hello @MLH_,

 

SAS provides several ways for auditing, specially in the Environment Manager if you enable the Extended Monitoring within EMI framework, which does all the macro stuff automatically for you, and provides a lot of reports out-of-the-box

https://support.sas.com/rnd/emi/SASEnvMgr/EVSAF/index.html

 

But since you post this question regarding Visual Analytics, I think that it would be OK for you to enable the Administrator Reports https://support.sas.com/documentation/cdl/en/vaag/69958/HTML/default/viewer.htm#n0ztu074vadeuvn17a1h...

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

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