Skip to content

Commit

Permalink
fixed error from %put message when mdebug=0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rud Faden committed Oct 18, 2023
1 parent 3a5fd4b commit 5efc20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion all.sas
Original file line number Diff line number Diff line change
Expand Up @@ -14550,7 +14550,7 @@ run;
%end;
%end;
%else %if &engine=ODBC %then %do;
&mD.%put NOTE: Retrieving ODBC connection details;
%&mD.put NOTE: Retrieving ODBC connection details;
data _null_;
length connx_uri conprop_uri value datasource up_uri schema domprop_uri authdomain $256.;
call missing (of _all_);
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_assigndirectlib.sas
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ run;
%end;
%end;
%else %if &engine=ODBC %then %do;
&mD.%put NOTE: Retrieving ODBC connection details;
%&mD.put NOTE: Retrieving ODBC connection details;
data _null_;
length connx_uri conprop_uri value datasource up_uri schema domprop_uri authdomain $256.;
call missing (of _all_);
Expand Down

0 comments on commit 5efc20e

Please sign in to comment.