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

Creates a table containing a list of roles. More...

Go to the source code of this file.

Detailed Description

Usage:

%mm_getroles()
Parameters
[out]outds=(work.mm_getroles) The dataset to create that contains the list of roles
Returns
outds dataset containing all roles, with the following columns:
  • uri
  • name
Warning
The following filenames are created and then de-assigned:
filename sxlemap clear;
filename response clear;
libname _XML_ clear;
Version
9.3
Author
Allan Bowe

Definition in file mm_getroles.sas.