Macros for SAS Application Developers
https://github.com/sasjs/core
mm_getusers.sas File Reference

Creates a table containing a list of all users. More...

Go to the source code of this file.

Detailed Description

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)
Returns
outds dataset containing all users, with the following columns:
  • uri
  • name
Parameters
[in]user=(0) Set to a metadata user to filter on that user
[out]outds=(work.mm_getusers) The output table to create
Version
9.3
Author
Allan Bowe

Definition in file mm_getusers.sas.