1
0
mirror of https://github.com/sasjs/core.git synced 2026-06-08 20:10:20 +00:00

fix: adding sysmsg() to failed metadata calls

This commit is contained in:
Allan Bowe
2021-09-30 14:32:52 +01:00
parent 0851523d18
commit 5bf87a78b8
5 changed files with 34 additions and 8 deletions
+2 -1
View File
@@ -51,7 +51,8 @@
%end;
%end;
%else %do;
%put dataset &libds not opened! (rc=&dsid);
%put &sysmacroname: dataset &libds not opened! (rc=&dsid);
%put &sysmacroname: %sysfunc(sysmsg());
%return;
%end;