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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 686 views
  • 1 like
  • 2 in conversation