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.

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

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