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
Azurite | Level 17

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...

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 1079 views
  • 0 likes
  • 2 in conversation