You are talking about libraries and users that are registered in metadata, right?
You could get some information out of the canonical tables (managed by the %mdu family macros).
Another option is to use Metacodas plugin for SMC, it will probably give you answer like this.
The last resort (IMO) is start programming against the metadata API.
Hi LinusH,
I have a secure library which I had created using the below code and it's successfully creating the secure library in SMC.
proc authlib lib=loc;
create seclib="&seclib."
securedfolder="PCB1"
pw="test"
require_encryption=yes
encrypt=aes
encryptkey="test" ;
run;
quit;
Now I have two sas datasets under the secure library, I want to add a group for those two sas datasets through program. For that I had researched and I ran %mduextr macro, which gives the Metadata Info in Canonical tables forms.
I just want to know how to add a customized Group for those data-sets through code. Can you please take out few minutes of your time and help me out ?
Thanks in Advance.
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!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.