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?
That is the number in the last observation.
Or you can use PROC FREQ.
View solution in original post
if a='x' and b='y' then count+1;
Is that what you want?
by using proc freq statement , you count the no of observation
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.