Hello,
I need to write a case statement that would return a specific variable based on the date. I tried the below syntax and is recieving an error. Please advise on the appropiate syntax.
CASE WHEN a.DT > 02Jan2015'd'
THEN b.STAT
Else a.STAT end as "STAT"
untested:
CASE WHEN a.DT > '02Jan2015'd
Else a.STAT end as STAT
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Browse our catalog!