BookmarkSubscribeRSS Feed
Feksan
Fluorite | Level 6

Hi, I am trying to count the deaths by country at every day. I am doing this but it's not working.

 

DATA MYLIB_D3.NB_DECES;
SET MYLIB_D3.COVID_DATA;
BY date country;
WHERE new_deaths>=1;
RUN;

2 REPLIES 2
PaigeMiller
Diamond | Level 26
PROC FREQ produces counts
--
Paige Miller

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 2 replies
  • 993 views
  • 0 likes
  • 3 in conversation