HI,
AS I am confronted with a problem about'substr', now i just want to get the first two characters from the string of characters.
like : apple juice is my favorite food. i need the 'apple juice'.
i have tried to parse the string and get the var1 for 'apple', var2 for 'juice' and coding like this ' m1 = substr(food,1,compress(var1!!var2)), however, the result is all characters in the string which is not i wanted.
i am wondering the better solution to it and the reasons why 'compress' not work out.
Thank you!
length twoWords $16;
twoWords = catx(" ", scan(food, 1), scan(food, 2));
length twoWords $16;
twoWords = catx(" ", scan(food, 1), scan(food, 2));
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.