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

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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