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

Returns the metadata path and object from either the path or object. More...

Go to the source code of this file.

Detailed Description

Provide a metadata BIP tree path, or the uri for the bottom level folder, to obtain a dataset (&outds) containing both the path and uri.

Usage:

%mm_getTree(tree=/User Folders/sasdemo)
Parameters
[in]tree=the BIP Tree folder path or uri
[out]outds=the dataset to create that contains the tree path & uri
[in]inds=an optional input dataset to augment with treepath & treeuri
[in]mDebug=set to 1 to show debug messages in the log
Returns
outds dataset containing the following columns:
  • treeuri
  • treepath
Version
9.2
Author
Allan Bowe

Definition in file mm_gettree.sas.