1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +00:00

fix: coretable.sas

This commit is contained in:
munja
2022-05-11 13:41:34 +01:00
parent 7dbe31b5d3
commit e43aac972a
2 changed files with 5 additions and 2 deletions

View File

@@ -65,7 +65,8 @@ proc sql;
%end;
%if &libds=0 %then %do;
proc sql;
describe table &syslast;
drop table &syslast;
%end;
%mend mp_coretable;
%mend mp_coretable;