Production Ready Macros for SAS Application Developers
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:

%mm_assign_lib(SOMEREF);

Dependencies

Parameters
librefthe libref (not name) of the metadata library
mDebug=set to 1 to show debug messages in the log
mAbort=set to 1 to call mf_abort().
Returns
libname statement
Version
9.2
Author
Allan Bowe

Definition in file mm_assignlib.sas.