|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Adds a user to a group on SASjs Server. More...
Go to the source code of this file.
Adds a user to a group based on userid and groupid. Both user and group must already exist.
Examples:
%ms_adduser2group(uid=1,gid=1)
| [in] | uid= | (0) The User ID to be added | ||||||||||||||||||
| [in] | gid= | (0) The Group ID to contain the new user | ||||||||||||||||||
| [in] | mdebug= | (0) Set to 1 to enable DEBUG messages | ||||||||||||||||||
| [out] | outds= | (work.ms_adduser2group) This output dataset will contain the new list of group members, eg:
|
Definition in file ms_adduser2group.sas.