![]() |
Macros for SAS Application Developers
https://github.com/sasjs/core |
Logs a key value pair a control dataset. More...
Go to the source code of this file.
If the dataset does not exist, it is created. Usage:
%mp_setkeyvalue(someindex,22,type=N) %mp_setkeyvalue(somenewindex,somevalue)
[in] | key | Provide a key on which to perform the lookup |
[in] | value | Provide a value |
[in] | type= | either C or N will populate valc and valn respectively. C is default. |
[out] | libds= | define the target table to hold the parameters |
Definition in file mp_setkeyvalue.sas.