data have;
input x & $10.;
cards;
2019
New Year
Happy
Good
;
data want;
set have;
retain year;
if _n_=1 then do;
year=x;
delete;
end;
run;
Register Today!
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.