data ds;
input values;
datalines;
-9
-6
3
4
-7
-1
-6
7
6
;
run;
How to count and sum positive and negative values
I don't propose to provide code for you, but here's how I would think about it.
You can also run something like proc means twice, once on the subset of positive values, and once on the negative subset.
Editted note: Finally, and most importantly, you can show what you tried (i.e. show us your SAS log), and you'll no doubt get helpful answers.
This forum is about SAS users supporting other SAS users.
What's appreciated is if you demonstrate some own effort as else you might end-up with people no more providing answers to your questions.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.