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!
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...
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.
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.