1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-16 21:10:05 +00:00

feat: mp_deletefolder tests, closes #90

This commit is contained in:
Allan Bowe
2021-11-26 16:20:13 +00:00
parent aff29427e2
commit 9e84e47563
4 changed files with 109 additions and 41 deletions

View File

@@ -51,6 +51,9 @@
<h4> SAS Macros </h4>
@li mp_dropmembers.sas
<h4> Related Macros </h4>
@li mp_dirlist.test.sas
@version 9.2
@author Allan Bowe
**/
@@ -71,7 +74,7 @@ data;run;
/* drop main (top) table if it exists */
%if &level=0 %then %do;
%mp_dropmembers(&outds, libref=WORK)
%mp_dropmembers(%scan(&outds,-1,.), libref=WORK)
%end;
data &out_ds(compress=no