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

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;