1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-18 14:00:05 +00:00

fix: adding more tests to mp_filtervalidate

This commit is contained in:
Allan Bowe
2021-05-21 16:27:10 +03:00
parent b7e677bd8e
commit 1c852515f5
3 changed files with 41 additions and 8 deletions

View File

@@ -99,7 +99,7 @@
/* send response in SASjs JSON format */
data _null_;
file _webout mod lrecl=32000;
file _webout mod lrecl=32000 encoding='utf-8';
length msg $32767 debug $8;
sasdatetime=datetime();
msg=cats(symget('msg'),'\n\nLog Extract:\n',symget('logmsg'));