1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +00:00

chore: fix renegade closing bracket

This commit is contained in:
Allan Bowe
2022-08-15 17:44:24 +00:00
parent e5a3053600
commit 7b7759e1ce
3 changed files with 4 additions and 4 deletions

View File

@@ -15666,7 +15666,7 @@ data _null_;
put ' put '',"nvars":'' nvars; ';
put ' %mp_jsonout(OBJ,&wt,jref=_sjsref,dslabel=first10rows,showmeta=Y,maxobs=10 ';
put ' ,maxobs=&workobs ';
put ' )) ';
put ' ) ';
put ' data _null_; file _sjsref mod encoding=''utf-8''; ';
put ' put "}"; ';
put ' %end; ';
@@ -19245,7 +19245,7 @@ run;
put ',"nvars":' nvars;
%mp_jsonout(OBJ,&wt,jref=_sjsref,dslabel=first10rows,showmeta=Y,maxobs=10
,maxobs=&workobs
))
)
data _null_; file _sjsref mod encoding='utf-8';
put "}";
%end;