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

fix: re-attempt of request, hopefully fixes #400

This commit is contained in:
allan
2025-06-30 17:37:18 +01:00
parent 33a487b2b4
commit 542039b425
2 changed files with 13 additions and 2 deletions

View File

@@ -148,6 +148,6 @@ data _null_;
run;
/* END */
%put &sysmacroname took %sysevalf(%sysfunc(datetime())-&dttm) seconds to run;
*%put &sysmacroname took %sysevalf(%sysfunc(datetime())-&dttm) seconds to run;
%mend mp_replace;