1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +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

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