1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-21 15:31:31 +00:00

fix: updating mf_existfeature for constraint check

This commit is contained in:
Allan Bowe
2022-05-02 22:24:56 +00:00
parent 35a6dede6f
commit 94e83f6b8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ options noquotelenmax;
%put No feature was requested for detection;
%end;
%else %if &feature=COLCONSTRAINTS %then %do;
%if %substr(&sysver,1,1)=4 %then 0;
%if "%substr(&sysver,1,1)"="4" or "%substr(&sysver,1,1)"="5" %then 0;
%else 1;
%end;
%else %if &feature=PROCLUA %then %do;