BookmarkSubscribeRSS Feed
THelmig
Calcite | Level 5

I have a dataset consiting of 40 rows (ResInd_1 - ResInd_40) each with a combination of one or more of the numbers 1-19.

Example

ssid  ResInd_1  ResInd_2  ResInd_3  ResInd_4  ...

1        1               1,4            4,8,10,11     2,19

2        2,3            1,5            2,6               1

...

 

I'd like to count the number of times each number occurs in total

Example

obs  occuring

1       4

2       3

3       1

...

 

1 REPLY 1
Reeza
Super User

Your best bet is to restructure your data using PROC TRANSPOSE and SCAN() it so that you only have one value per cell. 

Then PROC FREQ will do the counts. 

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 1 reply
  • 1670 views
  • 0 likes
  • 2 in conversation