BookmarkSubscribeRSS Feed
thanikondharish
Calcite | Level 5
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
Calcite | Level 5
Thanks,already i got result.
used ods escapechar

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register 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
  • 2 replies
  • 615 views
  • 0 likes
  • 2 in conversation