21%let origfmt=%mf_getvarformat(work.example,month);
23%mp_getcols(sashelp.prdsale,outds=work.cols)
34%mp_applyformats(work.cols2)
37 iftrue=("&origfmt"=""),
38 desc=Check that formats were cleared,
39 outds=work.test_results
42 iftrue=("%mf_getvarformat(work.example,month)"="MONNAME3."),
43 desc=Check that formats were applied,
44 outds=work.test_results