![]() |
Production Ready Macros for SAS Application Developers
https://github.com/sasjs/core
|
Adds a user to a group. More...
Go to the source code of this file.
Adds a user to a metadata group. The macro first checks whether the user is in that group, and if not, the user is added.
Usage:
%mm_adduser2group(user=sasdemo ,group=someGroup)
user= | the user name (not displayname) |
group= | the group to which to add the user |
mdebug= | set to 1 to show debug info in log |
Definition in file mm_adduser2group.sas.