Hello,
I have to do the means (proc means) of my data variables. My problem is I want to do means for specific values only that means according to variables ranging from x values to y values and not to all the variables' value.
Is there a way to do it please?
Thank you.
Example:
proc means data=have; where var1>=x and var1<=y; /* MORE PROC MEANS STATEMENTS GO HERE */ run;
View solution in original post
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!
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.