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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 671 views
  • 1 like
  • 3 in conversation