BookmarkSubscribeRSS Feed
thanikondharish
Fluorite | Level 6
Data ex;
Name='abcd efgh ijkl mnop';
Run;

The ex dataset shuold be print like see below table

Name
Abcd
Efgh
Ijkl
Mnop
2 REPLIES 2
Kurt_Bremser
Super User

Use a do loop, determine the end value for the loop with the  countw() function, use the scan() function to retrieve the individual words, and the output statement to write the individual observations. Use the keep statement to keep the required columns only.

thanikondharish
Fluorite | Level 6
Thanks,already i got result.
used ods escapechar

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 2 replies
  • 804 views
  • 0 likes
  • 2 in conversation