|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Creates dataset with all groups or just those for a particular user. More...
Go to the source code of this file.
Provide a metadata user to get groups for just that user, or leave blank to return all groups. Usage:
mm_getGroups()mm_getgroups(user=&sysuserid)| [in] | user= | the metadata user to return groups for. Leave blank for all groups. |
| [in] | repo= | (foundation) the metadata repository that contains the user/group information |
| [in] | mDebug= | (0) set to 1 to show debug messages in the log |
| [out] | outds= | (work.mm_getgroups) The dataset to create that contains the list of groups |
Definition in file mm_getgroups.sas.