|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Returns the database schema of a SAS library. More...
Go to the source code of this file.
Usage:
%put %mf_getschema(MYDB);
returns:
dbo
| [in] | libref | Library reference (also accepts a 2 level libds ref). |
Definition in file mf_getschema.sas.