BookmarkSubscribeRSS Feed
Ranjeeta
Pyrite | Level 9

How do I write an expression to say that 

one date variable at fac A is equal to another date variable at fac B

E.g.

if REMOVAL_DT at SHS = TransferDate at MGH

2 REPLIES 2
PeterClemmensen
Tourmaline | Level 20

Is this in a data step? Do you want to set TransferDate equal to REMOVAL_DT or do you want to check if the two are equal?

 

Please be more specific 🙂

andreas_lds
Jade | Level 19
The if statement is only valid in the data step. And you need both variables in one observation, thus you need to merge both datasets.

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
  • 660 views
  • 0 likes
  • 3 in conversation