1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-15 12:30:06 +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

@@ -70,5 +70,5 @@
%put &sysmacroname: SYSMSG= %sysfunc(sysmsg());
%let rc=%sysfunc(close(&dsid));
%end;
&outvar
%do;%unquote(&outvar)%end;
%mend mf_getvarlist;