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

i need to find subjects which has same visit 6 and 7 dates. what is the most simple way to do that

 

subj visit date
2568 1 06-11-2015
2568 2 11-12-2015
2568 3 06-01-2016
2568 4 22-01-2016
2568 5 18-03-2016
2568 6 20-05-2016
2568 7 17-06-2016
1 ACCEPTED SOLUTION

Accepted Solutions
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Sort the data, then use retain or lag functions.  Or merge the two where visit=6 and visit=7.  As mentioned in all your other posts:

Post test data in the form of a datastep!

View solution in original post

1 REPLY 1
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Sort the data, then use retain or lag functions.  Or merge the two where visit=6 and visit=7.  As mentioned in all your other posts:

Post test data in the form of a datastep!

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