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

feat: switching to DATASTEP over PROCJSON for json delivery in sasjs/adapter

This commit is contained in:
2021-04-08 09:49:50 +02:00
parent f48c291dce
commit af4dbb5632
3 changed files with 26 additions and 20 deletions

View File

@@ -196,7 +196,7 @@ data _null_;
put '%end; ';
put ' ';
put '%else %if &action=CLOSE %then %do; ';
put ' data _null_;file &jref encoding=''utf-8''; ';
put ' data _null_;file &jref encoding=''utf-8'' mod; ';
put ' put "}"; ';
put ' run; ';
put '%end; ';