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

Creates a dataset with all deployable public types. More...

Go to the source code of this file.

Detailed Description

More info: https://support.sas.com/documentation/cdl/en/bisag/65422/HTML/default/viewer.htm#n1nkrdzsq5iunln18bk2236istkb.htm

Usage:

    dataset will contain one column - publictype ($64);
  %mm_getpublictypes(outds=types)
Parameters
[out]outds=(work.mm_getpublictypes) The library.dataset to create
Returns
outds= dataset containing all types
Version
9.3
Author
Allan Bowe

Definition in file mm_getpublictypes.sas.