diff --git a/base/mf_getvalue.sas b/base/mf_getvalue.sas index 4c3b6f1..ab39943 100644 --- a/base/mf_getvalue.sas +++ b/base/mf_getvalue.sas @@ -10,6 +10,9 @@

SAS Macros

@li mf_getattrn.sas +

Related Macros

+ @li mp_setkeyvalue.sas + @param libds dataset to query @param variable the variable which contains the value to return. @param filter contents of where clause diff --git a/base/mp_setkeyvalue.sas b/base/mp_setkeyvalue.sas index b7a2d43..e8614cc 100644 --- a/base/mp_setkeyvalue.sas +++ b/base/mp_setkeyvalue.sas @@ -9,11 +9,14 @@

SAS Macros

@li mf_existds.sas - @param key Provide a key on which to perform the lookup - @param value Provide a value - @param type= either C or N will populate valc and valn respectively. C is - default. - @param libds= define the target table to hold the parameters +

Related Macros

+ @li mf_getvalue.sas + + @param [in] key Provide a key on which to perform the lookup + @param [in] value Provide a value + @param [in] type= either C or N will populate valc and valn respectively. + C is default. + @param [out] libds= define the target table to hold the parameters @version 9.2 @author Allan Bowe