Hello
I'm looking for code that can count how many herds in my dataset MFD.
Each herd repeated in the original dataset many times. And this table is the output of proc freq of Herd.
this table is very long because of a large number of farms.
HOW CAN I KNOW THE NUMBER OF FREQUENCES?
Herd
A40
A56
A005
A025
A041
A115
A131
A143
A223
A376
REGARDS
From the original table, do a count(distinct herd) in sql.
GUI solution in SAS studio - but it also generates the code:
and the examples/reference in the documentation for PROC FREQ
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.