1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-04 16:10:06 +00:00

fix: setting length of label property in mp_jsonout

This commit is contained in:
Allan Bowe
2022-07-04 12:24:53 +00:00
parent a7eb926810
commit 011672b1ed
5 changed files with 8 additions and 0 deletions

View File

@@ -296,6 +296,7 @@
filename _sjs4 temp lrecl=131068 encoding='utf-8';
data _null_;
file _sjs4;
length label $258;
put ", ""$%lowcase(%sysfunc(coalescec(&dslabel,&ds)))"":{""vars"":{";
do i=1 to &numcols;
name=quote(trim(symget(cats('name',i))));