1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-16 13:00:05 +00:00

fix: warning in mp_getformats

This commit is contained in:
munja
2022-02-11 16:46:04 +01:00
parent 4fe6f233f2
commit 682d80b1b8
2 changed files with 4 additions and 4 deletions

View File

@@ -7131,7 +7131,7 @@ create table &outsummary as
select &&fmtname&i; select &&fmtname&i;
run; run;
data &tempds; data &tempds;
length label $256; if 0 then set &outdetail;
set &tempds; set &tempds;
run; run;
proc append base=&outdetail data=&tempds ; proc append base=&outdetail data=&tempds ;

View File

@@ -113,7 +113,7 @@ create table &outsummary as
select &&fmtname&i; select &&fmtname&i;
run; run;
data &tempds; data &tempds;
length label $256; if 0 then set &outdetail;
set &tempds; set &tempds;
run; run;
proc append base=&outdetail data=&tempds ; proc append base=&outdetail data=&tempds ;