BookmarkSubscribeRSS Feed
thomask23
Fluorite | Level 6

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"

1 REPLY 1
art297
Opal | Level 21

untested:

CASE WHEN a.DT > '02Jan2015'd

     THEN b.STAT

          Else a.STAT end as STAT

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 5649 views
  • 0 likes
  • 2 in conversation