![]() |
Macros for SAS Application Developers
https://github.com/sasjs/core |
Get the metadata id for a particular table. More...
Go to the source code of this file.
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)
[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 |
tableuri
and tablename
Definition in file mm_gettableid.sas.