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
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
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!