|
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.
Note that the macro does not check inherited group memberships - it looks at direct members only.
Usage:
%mm_adduser2group(user=sasdemo ,group=someGroup)
| [in] | user= | the user name (not displayname) |
| [in] | group= | the group to which to add the user |
| [in] | mdebug= | (0) set to 1 to show debug info in log |
Definition in file mm_adduser2group.sas.