1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +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

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