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

Hi,

 

I have 5 variables with dates (RFENDTC0-RFENDTC33), and i need to derive a variable, "RFENDTC", that contains the earliest date out of the 5 variables. How would I efficiently program this?

 

HitmonTran_0-1601322695326.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 2
Reeza
Super User
rfendtc = min(of rfendtc0-frendtc33);
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
  • 708 views
  • 0 likes
  • 2 in conversation