Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
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
[out]outds=(work.mm_getlibs) The library.dataset to create that contains the list of libraries
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.