@@ -7131,10 +7131,10 @@ create table &outsummary as
select &&fmtname&i;
run;
data &tempds;
lengthlabel $256;
if0thenset&outdetail;
set&tempds;
run;
proc append base=&outdetail data=&tempds;
proc append base=&outdetail data=&tempds;
run;
%end;
%end;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.