data have;
input Yr $ qtr $ rep $ sales $;
pre_sales=lag2(sales);
cards;
2010 1 100 $1000
2010 2 100 $2000
2011 1 100 $3000
2011 2 100 $4000
;
proc print;
run;
What if the number of Qtr is dynamic ?
Dive into keynotes, announcements and breakthroughs on demand.
Explore Now →Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.