docs: flyer

This commit is contained in:
Allan Bowe
2020-03-13 22:50:42 +01:00
parent 0208738dc3
commit e4da4e2088
4 changed files with 12 additions and 11 deletions

View File

@ -47,7 +47,7 @@ The "code" option can be performed as follows:
```
/* get macro library */
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/macrocore.sas";
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas";
%inc mc;
/* call macro */
%mm_getgroupmembers(YOURGROUPNAME)