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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 1183 views
  • 3 likes
  • 2 in conversation