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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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