docs: group updates

This commit is contained in:
Allan Bowe
2020-01-25 20:42:11 +01:00
parent d235cbb6c3
commit cdf4061ff6
7 changed files with 21 additions and 16 deletions

View File

@ -26,15 +26,13 @@ Before adding a group to Data Controller, it helps to know the members of that g
1 - Use SAS Management Console
2 - Deploy the [Boemska User Navigator](https://github.com/Boemska/user-navigator)
3 - Use Code
2- Use Code
The "code" option can be performed as follows:
```
/* get macro library */
filename mc url "https://raw.githubusercontent.com/Boemska/macrocore/master/macrocore.sas";
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/macrocore.sas";
%inc mc;
/* call macro */
%mm_getgroupmembers(YOURGROUPNAME)