18%let root=%sysfunc(pathname(work))/top;
25data
"&root/a/e/f/ds1.sas7bdat";
29%mp_dirlist(path=&root, outds=myTable, maxdepth=MAX)
32 iftrue=(%mf_nobs(work.mytable)=6),
33 desc=Temp data successfully created,
34 outds=work.test_results
37%mp_deletefolder(&root/a)
39%mp_dirlist(path=&root, outds=work.myTable2, maxdepth=MAX)
47 iftrue=(%mf_nobs(work.mytable2)=1),
48 desc=Subfolder and contents successfully deleted,
49 outds=work.test_results