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 |
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!
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!
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.