|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Creates a dataset with all metadata types. More...
Go to the source code of this file.
Usage:
mm_gettypes(outds=types)
| [in] | outds= | (work.mm_gettypes) The dataset to create that contains the list of types |
filename sxlemap clear; filename response clear; libname _XML_ clear;
Definition in file mm_gettypes.sas.