BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Patrick
Opal | Level 21

@ammarhm

BTW: Use the macro to search for multiple keywords. Use SAS Array processing if searching multiple variables for the same keywords.

And of course: You can also combine the two approaches by wrapping the macro calls into a do loop over an array for searching multiple variables for the same and then have multiple such do loops for different search terms.

...or even have an outer loop which passes in the different search terms.

ammarhm
Lapis Lazuli | Level 10

@Patrick

This is such a beautiful piece of code

Thanks for all the help, much appreciated

Kind regards

 

Patrick
Opal | Level 21

@ammarhm

If your real data can also contain commas and quotes then eventually add first a TRANSLATE() function and replace commas and quotes with blanks from your string.

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 17 replies
  • 3261 views
  • 4 likes
  • 5 in conversation