BookmarkSubscribeRSS Feed
knveraraju91
Barite | Level 11

Dear,

 

I have to write a IF condition. 

 

Eg: If date gt date1 and date gt date2 and so on for several variables. Is ther way to simplify the code.

 

My code:IF date gt in(date1-date16)Please help. Thanks

2 REPLIES 2
PGStats
Opal | Level 21

Suppose you have 9 dates: date1 to date9:

 

 

if date gt max(date1, date2, date3,..., date9)

 

or

 

if date gt max(of date1-date9)

PG
LinusH
Tourmaline | Level 20
Your inquiry indicates that you need to transpose your data set from wide to long.
Data never sleeps

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
  • 1008 views
  • 1 like
  • 3 in conversation