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

Creates a dataset with all metadata libraries. More...

Go to the source code of this file.

Detailed Description

Will only show the libraries to which a user has the requisite metadata access.

Parameters
outdsthe dataset to create that contains the list of libraries
mDebugset to anything but * or 0 to show debug messages in the log
Returns
outds dataset containing all groups in a column named "metagroup" (defaults to work.mm_getlibs). The following columns are provided:
  • LibraryId
  • LibraryName
  • LibraryRef
  • Engine
Warning
The following filenames are created and then de-assigned:
filename sxlemap clear;
filename response clear;
libname _XML_ clear;
Version
9.2
Author
Allan Bowe

Definition in file mm_getlibs.sas.