Production Ready Macros for SAS Application Developers
mm_gettypes.sas File Reference

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

Go to the source code of this file.

Detailed Description

Parameters
outdsthe dataset to create that contains the list of types
Returns
outds dataset containing all types
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_gettypes.sas.