Hi everyone, I have dataset A
I want it to be Y=Y/Lag(Y) , like Dataset B, any suggestions?
data want (drop=lAZ);
set have;
lAZ=lag(AZ);
AZ=AZ / lAZ;
run;
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.