mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 17:40:05 +00:00
fix: adjustments to ensure the tests work, also building all.sas
This commit is contained in:
@@ -89,7 +89,7 @@ data _null_;
|
||||
end;
|
||||
else do;
|
||||
if maxlen=0 then len='3';
|
||||
else len=maxlen;
|
||||
else len=cats(maxlen);
|
||||
end;
|
||||
put ' ' name ' ' len;
|
||||
if last then put ';';
|
||||
|
||||
Reference in New Issue
Block a user