1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-17 21:40:06 +00:00

fix: missing param in webout of SASjs Server and Viya

This commit is contained in:
Allan
2023-07-24 16:59:29 +01:00
parent 76a20838ec
commit 3bb83be0c5
8 changed files with 44 additions and 36 deletions

View File

@@ -58,7 +58,7 @@ data &outds;
rc5=metadata_getattr(tsuri,"Name",servercontext);
end;
else do;
put "%str(ERR)OR: could not find " path;
put 'ERR' +(-1) "OR: could not find " path;
put (_all_)(=);
end;
&md.put (_all_)(=);