data have;
infile cards truncover;
input obs X $;
cards;
1 a
2
3
4 b
5
6
7
8 c
9
10
;
data want;
set have;
retain t;
if not missing(x) then t=x;
else x=t;
drop t;
run;
data have;
infile cards truncover;
input obs X $;
cards;
1 a
2
3
4 b
5
6
7
8 c
9
10
;
data want;
set have;
retain t;
if not missing(x) then t=x;
else x=t;
drop t;
run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!