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

Assigns a meta engine library using LIBREF. More...

Go to the source code of this file.

Detailed Description

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)

SAS Macros

Parameters
[in]librefThe libref (not name) of the metadata library
[in]mAbort=(HARD) If not assigned, HARD will call mp_abort(), SOFT will silently return
Returns
libname statement
Version
9.2
Author
Allan Bowe

Definition in file mm_assignlib.sas.