data have;
input date :date9. num_1 Num_2 ;
format date date9.;
cards;
06JAN2019 5 10
13JAN2019 5 10
20JAN2019 5 10
27JAN2019 5 10
;
data want;
set have;
if _n_=1 then total+sum(num_1 ,Num_2);
else total+ Num_2;
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!