diff --git a/all.sas b/all.sas index ab66784..c878fa5 100644 --- a/all.sas +++ b/all.sas @@ -4004,10 +4004,12 @@ proc sql; %end; %if &libds=0 %then %do; + proc sql; describe table &syslast; drop table &syslast; %end; -%mend mp_coretable;/** +%mend mp_coretable; +/** @file mp_createconstraints.sas @brief Creates constraints @details Takes the output from mp_getconstraints.sas as input diff --git a/base/mp_coretable.sas b/base/mp_coretable.sas index 76e786e..57e9c78 100644 --- a/base/mp_coretable.sas +++ b/base/mp_coretable.sas @@ -65,7 +65,8 @@ proc sql; %end; %if &libds=0 %then %do; + proc sql; describe table &syslast; drop table &syslast; %end; -%mend mp_coretable; \ No newline at end of file +%mend mp_coretable;