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

Creates a dataset with all available repositories. More...

Go to the source code of this file.

Detailed Description

Parameters
[out]outds=(work.mm_getrepos) The dataset to create that contains the list of repos
Returns
outds dataset containing all repositories
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_getrepos.sas.