Retrieves a value from a dataset. If no filter supplied, then first record is used. More...
Go to the source code of this file.
Be sure to quote() your where clause. Example usage:
%put %mf_getvalue(sashelp.class,name,filter=%quote(age=15)); %put %mf_getvalue(sashelp.class,name);
| libds | dataset to query |
| variable | the variable which contains the value to return. |
| filter | contents of where clause |
Definition in file mf_getvalue.sas.
For more information visit the Boemska MacroCore library.