|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Assigns a meta engine library using LIBREF. More...
Go to the source code of this file.
Queries metadata to get the library NAME which can then be used in a libname statement with the meta engine.
usage:
%macro mp_abort(iftrue,mac,msg);%put &=msg;%mend; %mm_assignlib(SOMEREF)
| [in] | libref | The libref (not name) of the metadata library |
| [in] | mAbort= | (HARD) If not assigned, HARD will call mp_abort(), SOFT will silently return |
Definition in file mm_assignlib.sas.