BookmarkSubscribeRSS Feed
KC_16
Fluorite | Level 6

Hi, 

 

How do I write a case sum statement please? I have tried to write one but not 100% sure of the syntax?

 

proc sql;
create table R.TESTING_SUM as
select
date,
sum
(case when 'F1S','F2S','F3S','F4S','F5S','F6S') as FS_NEW,
sum
(case when 'F1V','F2V','F3V','F4V','F5V','F6V') as FS_NEW,
from test.testing;
quit;

 

Thanks

1 REPLY 1
Satish_Parida
Lapis Lazuli | Level 10
This is wrong(SQL Syntax Error) and the code does not make any sense.
Please post your requirement and data clearly.

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
  • 3111 views
  • 0 likes
  • 2 in conversation