mirror of
https://github.com/sasjs/core.git
synced 2026-01-10 10:50:04 +00:00
chore: updating header
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
@li mf_getattrn.sas
|
@li mf_getattrn.sas
|
||||||
|
|
||||||
|
<h4> Related Macros </h4>
|
||||||
|
@li mp_setkeyvalue.sas
|
||||||
|
|
||||||
@param libds dataset to query
|
@param libds dataset to query
|
||||||
@param variable the variable which contains the value to return.
|
@param variable the variable which contains the value to return.
|
||||||
@param filter contents of where clause
|
@param filter contents of where clause
|
||||||
|
|||||||
@@ -9,11 +9,14 @@
|
|||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
@li mf_existds.sas
|
@li mf_existds.sas
|
||||||
|
|
||||||
@param key Provide a key on which to perform the lookup
|
<h4> Related Macros </h4>
|
||||||
@param value Provide a value
|
@li mf_getvalue.sas
|
||||||
@param type= either C or N will populate valc and valn respectively. C is
|
|
||||||
default.
|
@param [in] key Provide a key on which to perform the lookup
|
||||||
@param libds= define the target table to hold the parameters
|
@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
|
@version 9.2
|
||||||
@author Allan Bowe
|
@author Allan Bowe
|
||||||
|
|||||||
Reference in New Issue
Block a user