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

fix: failing test

This commit is contained in:
munja
2022-02-06 23:01:46 +01:00
parent 8b0acf2eae
commit 70e508e583
4 changed files with 22 additions and 56 deletions

View File

@@ -134,6 +134,10 @@ create table &outsummary as
proc format library=&&fmtloc&i CNTLOUT=&tempds;
select &&fmtname&i;
run;
data &tempds;
length label $256;
set &tempds;
run;
proc append base=&outdetail data=&tempds;
run;
%end;