BookmarkSubscribeRSS Feed
vomer
Obsidian | Level 7

Hi Everyone,

I am wondering if/how this is possible in SAS:

I have a data set that populates information from a free text field. I want to be able to search through that field and output a resuklt of the most commonly occurring words

Any way to do this?

1 REPLY 1
art297
Opal | Level 21

: No longer documented, but it is still part of SAS and does work:

proc spell in=yourdocumentname nomaster;

run;

see, e.g., http://www.sascommunity.org/wiki/Proc_spell

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1003 views
  • 3 likes
  • 2 in conversation