mirror of
https://github.com/sasjs/core.git
synced 2026-01-10 10:50:04 +00:00
chore: documentation
This commit is contained in:
18
all.sas
18
all.sas
@@ -8113,17 +8113,15 @@ run;
|
|||||||
blank to return all groups.
|
blank to return all groups.
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
- all groups
|
- all groups: `%mm_getGroups()`
|
||||||
%mm_getGroups()
|
|
||||||
|
|
||||||
- all groups for a particular user
|
- all groups for a particular user: `%mm_getgroups(user=&sysuserid)`
|
||||||
%mm_getgroups(user=&sysuserid)
|
|
||||||
|
|
||||||
@param user= the metadata user to return groups for. Leave blank for all
|
@param [in] user= the metadata user to return groups for. Leave blank for all
|
||||||
groups.
|
groups.
|
||||||
@param outds= the dataset to create that contains the list of groups
|
@param [in] repo= the metadata repository that contains the user/group information
|
||||||
@param repo= the metadata repository that contains the user/group information
|
@param [in] mDebug= set to 1 to show debug messages in the log
|
||||||
@param mDebug= set to 1 to show debug messages in the log
|
@param [out] outds= the dataset to create that contains the list of groups
|
||||||
|
|
||||||
@returns outds dataset containing all groups in a column named "metagroup"
|
@returns outds dataset containing all groups in a column named "metagroup"
|
||||||
- groupuri
|
- groupuri
|
||||||
@@ -8571,9 +8569,9 @@ libname _XML_ clear;
|
|||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
%mm_getroles()
|
%mm_getroles()
|
||||||
|
|
||||||
@param outds the dataset to create that contains the list of roles
|
@param [out] outds the dataset to create that contains the list of roles
|
||||||
|
|
||||||
@returns outds dataset containing all roles, with the following columns:
|
@returns outds dataset containing all roles, with the following columns:
|
||||||
- uri
|
- uri
|
||||||
|
|||||||
@@ -5,17 +5,15 @@
|
|||||||
blank to return all groups.
|
blank to return all groups.
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
- all groups
|
- all groups: `%mm_getGroups()`
|
||||||
%mm_getGroups()
|
|
||||||
|
|
||||||
- all groups for a particular user
|
- all groups for a particular user: `%mm_getgroups(user=&sysuserid)`
|
||||||
%mm_getgroups(user=&sysuserid)
|
|
||||||
|
|
||||||
@param user= the metadata user to return groups for. Leave blank for all
|
@param [in] user= the metadata user to return groups for. Leave blank for all
|
||||||
groups.
|
groups.
|
||||||
@param outds= the dataset to create that contains the list of groups
|
@param [in] repo= the metadata repository that contains the user/group information
|
||||||
@param repo= the metadata repository that contains the user/group information
|
@param [in] mDebug= set to 1 to show debug messages in the log
|
||||||
@param mDebug= set to 1 to show debug messages in the log
|
@param [out] outds= the dataset to create that contains the list of groups
|
||||||
|
|
||||||
@returns outds dataset containing all groups in a column named "metagroup"
|
@returns outds dataset containing all groups in a column named "metagroup"
|
||||||
- groupuri
|
- groupuri
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
%mm_getroles()
|
%mm_getroles()
|
||||||
|
|
||||||
@param outds the dataset to create that contains the list of roles
|
@param [out] outds the dataset to create that contains the list of roles
|
||||||
|
|
||||||
@returns outds dataset containing all roles, with the following columns:
|
@returns outds dataset containing all roles, with the following columns:
|
||||||
- uri
|
- uri
|
||||||
|
|||||||
Reference in New Issue
Block a user