/** @file @brief Testing mf_existvar macro

SAS Macros

@li mf_existvar.sas @li mp_assert.sas **/ %mp_assert( iftrue=(%mf_existvar(sashelp.class,age)>0), desc=Checking existing var exists ) %mp_assert( iftrue=(%mf_existvar(sashelp.class,isjustanumber)=0), desc=Checking non existing var does not exist )