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

Get the metadata id for a particular table. More...

Go to the source code of this file.

Detailed Description

Provide a libref and table name to return the corresponding metadata in an output datataset.

Usage:

- get a table id
%mm_gettableid(libref=METALIB,ds=SOMETABLE,outds=iwant)
Parameters
[in]libref=The libref to search
[in]ds=The input dataset to check
[out]outds=the dataset to create that contains the tableuri
[in]mDebug=set to 1 to show debug messages in the log
Returns
outds dataset containing tableuri and tablename
Version
9.3
Author
Allan Bowe

Definition in file mm_gettableid.sas.