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!