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

fix: longer label to allow for escapes

This commit is contained in:
Allan Bowe
2022-07-04 12:26:19 +00:00
parent 011672b1ed
commit 6b167e7a4c
5 changed files with 8 additions and 8 deletions

View File

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