1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

fix: upcase showlog value in mp_getddl() to allow lowercase user entries

This commit is contained in:
2020-10-13 11:20:30 +02:00
parent f50cb03fd3
commit 5cb41041d9
2 changed files with 4 additions and 4 deletions

View File

@@ -2836,7 +2836,7 @@ run;
%end;
%end;
%if &showlog=YES %then %do;
%if %upcase(&showlog)=YES %then %do;
options ps=max;
data _null_;
infile &fref;

View File

@@ -339,7 +339,7 @@ run;
%end;
%end;
%if &showlog=YES %then %do;
%if %upcase(&showlog)=YES %then %do;
options ps=max;
data _null_;
infile &fref;