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
April 27 - 30 | GAYLORD TEXAN
Register now to lock in early bird pricing through February 25!
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!