Reputation: 157
I have a role of my system, but i need a script for get the metadata capabilities of this role. I have the URI that identify my Role, but i dont know how i can get all capabilities.
thanks for your responses.
Upvotes: 2
Views: 344
Reputation: 1804
You can use the %MDUEXTR
macro function to extract identity information from metadata. The macro will write the metadata to a couple of SAS tables (called Canonical Tables) which will contain user and group details SAS Documentation.
Upvotes: 2