BookmarkSubscribeRSS Feed
Oh
Calcite | Level 5 Oh
Calcite | Level 5
I want to choose the patient who’s diabete receipt date is later than cancer receipt date , please share a code
3 REPLIES 3
SASKiwi
PROC Star
where diabete_receipt_date > cancer_receipt_date;
Oh
Calcite | Level 5 Oh
Calcite | Level 5

thank you ! it worked!

SASKiwi
PROC Star

@Oh  - Please update your post as answered in that case.

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
  • 3 replies
  • 799 views
  • 1 like
  • 2 in conversation