32%macro mp_assert(iftrue=(1=1),
34 outds=work.test_results
38 length test_description $256 test_result $4 test_comments $256;
39 test_description=symget(
'desc');
40 test_comments=
"&sysmacroname: Test result of "!!symget(
'iftrue');
41 %
if %eval(%unquote(&iftrue)) %then %
do;
51 proc append base=&outds data=&ds;