1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 17:40:05 +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

View File

@@ -188,7 +188,7 @@ options noquotelenmax;
%put No feature was requested for detection; %put No feature was requested for detection;
%end; %end;
%else %if &feature=COLCONSTRAINTS %then %do; %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; %else 1;
%end; %end;
%else %if &feature=PROCLUA %then %do; %else %if &feature=PROCLUA %then %do;

View File

@@ -30,7 +30,7 @@
%put No feature was requested for detection; %put No feature was requested for detection;
%end; %end;
%else %if &feature=COLCONSTRAINTS %then %do; %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; %else 1;
%end; %end;
%else %if &feature=PROCLUA %then %do; %else %if &feature=PROCLUA %then %do;