|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Creates a table containing a list of all users. More...
Go to the source code of this file.
Only shows a limited number of attributes as some sites will have a LOT of users.
Usage:
%mm_getusers()
Optionally, filter for a user (useful to get the uri):
%mm_getusers(user=&_metaperson)
| [in] | user= | (0) Set to a metadata user to filter on that user |
| [out] | outds= | (work.mm_getusers) The output table to create |
Definition in file mm_getusers.sas.