1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +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

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