mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 09:30:06 +00:00
fix: warning in mp_getformats
This commit is contained in:
2
all.sas
2
all.sas
@@ -7131,7 +7131,7 @@ 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 ;
|
||||
|
||||
@@ -113,7 +113,7 @@ 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 ;
|
||||
|
||||
Reference in New Issue
Block a user