|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Fetches the list of groups from SASjs Server. More...
Go to the source code of this file.
Fetches the list of groups from SASjs Server and writes them to an output dataset. Provide a username to filter for the groups for a particular user.
Example:
%ms_getgroups(outds=userlist)
With filter on username:
%ms_getgroups(outds=userlist, user=James)
With filter on userid:
%ms_getgroups(outds=userlist, uid=1)
| [in] | mdebug= | (0) Set to 1 to enable DEBUG messages | ||||||||||||
| [in] | user= | (0) Provide the username on which to filter | ||||||||||||
| [in] | uid= | (0) Provide the userid on which to filter | ||||||||||||
| [out] | outds= | (work.ms_getgroups) This output dataset will contain the list of groups. Format:
|
Definition in file ms_getgroups.sas.