2

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.

Allan Bowe
  • 12,306
  • 19
  • 75
  • 124

1 Answers1

2

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.

momo1644
  • 1,769
  • 9
  • 25