mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 09:30:06 +00:00
fix: coretable.sas
This commit is contained in:
4
all.sas
4
all.sas
@@ -4004,10 +4004,12 @@ proc sql;
|
|||||||
%end;
|
%end;
|
||||||
|
|
||||||
%if &libds=0 %then %do;
|
%if &libds=0 %then %do;
|
||||||
|
proc sql;
|
||||||
describe table &syslast;
|
describe table &syslast;
|
||||||
drop table &syslast;
|
drop table &syslast;
|
||||||
%end;
|
%end;
|
||||||
%mend mp_coretable;/**
|
%mend mp_coretable;
|
||||||
|
/**
|
||||||
@file mp_createconstraints.sas
|
@file mp_createconstraints.sas
|
||||||
@brief Creates constraints
|
@brief Creates constraints
|
||||||
@details Takes the output from mp_getconstraints.sas as input
|
@details Takes the output from mp_getconstraints.sas as input
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ proc sql;
|
|||||||
%end;
|
%end;
|
||||||
|
|
||||||
%if &libds=0 %then %do;
|
%if &libds=0 %then %do;
|
||||||
|
proc sql;
|
||||||
describe table &syslast;
|
describe table &syslast;
|
||||||
drop table &syslast;
|
drop table &syslast;
|
||||||
%end;
|
%end;
|
||||||
|
|||||||
Reference in New Issue
Block a user