ROBY HERNAN RUBIANO
ROBY HERNAN RUBIANO

Reputation: 157

SAS Get metadata capabilities from a Role

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

Answers (1)

momo1644
momo1644

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

Related Questions