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
Suppose you have 9 dates: date1 to date9:
if date gt max(date1, date2, date3,..., date9)
or
if date gt max(of date1-date9)
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.
Ready to level-up your skills? Choose your own adventure.