BookmarkSubscribeRSS Feed
Miracle
Barite | Level 11
Hi all SAS users.

This may seem easy but I dunno how to do it. Could anyone please give me some guidance? I would like to know if the current "A" value is less than its previous value. if so, then flag=1.
ID A
1 1
1 -0.5
1 -0.6
1 2
2 3
2 4
2 1
2 5

so the result is
ID A flag
1 1 0
1 -0.5 1
1 -0.6 1
1 2 0
2 3 0
2 4 0
2 1 1
2 5 0

Thanks in advance. Have a great weekend.
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Check out the LAG function for use in a SAS DATA step.

Scott Barry
SBBWorks, Inc.
Miracle
Barite | Level 11
Thanks Scott!! Problem's solved. Have a good weekend.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 2 replies
  • 1612 views
  • 0 likes
  • 2 in conversation