BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
KA_ARARO
Calcite | Level 5

Hi,

 

I have a table, where each line represents a day of information for a given product.

I would like to know how to create an IF that compares the lines.

 

Exemple:

 

dateprodidprodnamestatus
01/01/2021111xpto0
02/01/202111xpto1

 

IF prodid from line 2 is different from line 1 = "status has changed"

 

Is it possible to do that?

 

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User
Look at the LAG and DIF function.
Depending on what you're doing a BY and FIRST/LAST may also be useful.

https://www.listendata.com/2016/08/4-ways-to-calculate-lag-and-lead-in-sas.html

View solution in original post

1 REPLY 1
Reeza
Super User
Look at the LAG and DIF function.
Depending on what you're doing a BY and FIRST/LAST may also be useful.

https://www.listendata.com/2016/08/4-ways-to-calculate-lag-and-lead-in-sas.html

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 606 views
  • 1 like
  • 2 in conversation