BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
ari2495
Obsidian | Level 7

Hi, i need to count the number of observation that meets 2 conditions: i need to count the observations if column a is valued x and column b is valued y. Can you help?

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

That is the number in the last observation.

 

Or you can use PROC FREQ.

--
Paige Miller

View solution in original post

4 REPLIES 4
PaigeMiller
Diamond | Level 26
if a='x' and b='y' then count+1;

 

Is that what you want?

--
Paige Miller
PaigeMiller
Diamond | Level 26

That is the number in the last observation.

 

Or you can use PROC FREQ.

--
Paige Miller
Arungauti
Calcite | Level 5

by using proc freq statement , you count the no of observation

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 637 views
  • 0 likes
  • 3 in conversation