![]() |
Macros for SAS Application Developers
https://github.com/sasjs/core |
Creates a group on SASjs Server. More...
Go to the source code of this file.
Creates a group on SASjs Server with the following attributes:
Examples:
%ms_creategroup(mynewgroup) %ms_creategroup(mynewergroup, desc=The group description)
[in] | groupname | The group name to create. No spaces or special chars. | ||||||||
[in] | desc= | (0) If no description provided, group name will be used. | ||||||||
[in] | isactive= | (true) Set to false to create an inactive group. | ||||||||
[in] | mdebug= | (0) Set to 1 to enable DEBUG messages | ||||||||
[out] | outds= | (work.ms_creategroup) This output dataset will contain the values from the JSON response (such as the id of the new group)
|
Definition in file ms_creategroup.sas.