1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-16 13:23:12 +00:00

fix: updates from testing mp_storediffs (impact on some related macros)

This commit is contained in:
munja
2021-12-15 10:16:24 +00:00
parent d93693ba55
commit c9d8df0a48
5 changed files with 279 additions and 12 deletions

View File

@@ -180,7 +180,7 @@ run;
%else %do;
data _null_;
putlog 'NOTE-' / 'NOTE-';
putlog "NOTE- &sysmacroname: Table &lib..&ds locked at "@
putlog "NOTE- &sysmacroname: Table &lib..&ds locked at "@;
putlog " %sysfunc(datetime(),datetime19.) (iteration &x)"@;
putlog 'NOTE-' / 'NOTE-';
run;