1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-04 16:10:06 +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

@@ -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

View File

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