|
Macros for SAS Application Developers
https://github.com/sasjs/core |
retrieves a key value pair from a control dataset More...
Go to the source code of this file.
By default, control dataset is work.mp_setkeyvalue. Usage:
%mp_setkeyvalue(someindex,22,type=N) %put %mf_getkeyvalue(someindex)
| [in] | key | Provide a key on which to perform the lookup |
| [in] | libds= | (work.mp_setkeyvalue) The library.dataset which holds the parameters |
Definition in file mf_getkeyvalue.sas.