Hello ALL,
I have data like in below format in one column.
/home
/home/warehouse
/home/warehouse/sasirm
/home/warehouse/sasirm/pa
/home/warehouse/sasirm/report
/sso/transport
I want to output as
home
warehouse
sasirm
pa
report
transport
Please provide me one liner combo function which can manipulate data.
data have; input str $80.; want=scan(str,-1,'/'); cards; /home /home/warehouse /home/warehouse/sasirm /home/warehouse/sasirm/pa /home/warehouse/sasirm/report /sso/transport ;
data have; input str $80.; want=scan(str,-1,'/'); cards; /home /home/warehouse /home/warehouse/sasirm /home/warehouse/sasirm/pa /home/warehouse/sasirm/report /sso/transport ;
Thank you, its working.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.