BookmarkSubscribeRSS Feed
Antoine44
Fluorite | Level 6

Hi everyone,

 

I'm trying to isolate a few observations. Every time weekdays = 1 I want to keep the previous observation but only if the week of the previous observation  is equal to the week (of the observation when weekdays  = 1) -1. Basically I've got sundays and mondays and I only want the monday from the previous week and delete the rest. 

 

Thanks for your help!

 

 

2 REPLIES 2
VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

try weekday

x=weekday('16mar97'd);
put x;

here is a link to SAS date formats

http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/viewer.htm#p1wj0wt2ebe2a0n1lv4l...

 

Antoine44
Fluorite | Level 6

Alright, thanks for that, I'll have a look

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