SALATA,EDYTA |
CORNELL,NANCY A. |
ROUNDTREE,WILLA M. |
how to remove the middle name listed in the end of the name like A. M. above?
Thanks!
For these simple examples you can use SCAN with blank as the delimiter since there are no blanks between the last and first name.
scan(name,1,' ')
But real names are more complicated than this. What about people with spaces in their first name or last name? Or those that use initials?
R.A. Dickey Stats, News, Pictures, Bio, Videos - Toronto Blue Jays - ESPN
For these simple examples you can use SCAN with blank as the delimiter since there are no blanks between the last and first name.
scan(name,1,' ')
But real names are more complicated than this. What about people with spaces in their first name or last name? Or those that use initials?
R.A. Dickey Stats, News, Pictures, Bio, Videos - Toronto Blue Jays - ESPN
Thank you very much for your great help!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.