mirror of
https://github.com/sasjs/core.git
synced 2026-01-15 04:20:05 +00:00
fix: missing param in webout of SASjs Server and Viya
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
retain &tempcol;
|
||||
&tempcol=prxparse('/^[_a-z]\w{0,7}\.[_a-z]\w{0,31}$/i');
|
||||
if missing(&tempcol) then do;
|
||||
putlog "%str(ERR)OR: Invalid expression for LIBDS";
|
||||
putlog 'ERR' +(-1) "OR: Invalid expression for LIBDS";
|
||||
stop;
|
||||
end;
|
||||
drop &tempcol;
|
||||
@@ -85,7 +85,7 @@
|
||||
retain &tempcol;
|
||||
&tempcol=prxparse('/^[_a-z\$]\w{0,31}\.[0-9]*$/i');
|
||||
if missing(&tempcol) then do;
|
||||
putlog "%str(ERR)OR: Invalid expression for FORMAT";
|
||||
putlog 'ERR' +(-1) "OR: Invalid expression for FORMAT";
|
||||
stop;
|
||||
end;
|
||||
drop &tempcol;
|
||||
|
||||
Reference in New Issue
Block a user