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

Hi ,

I have to search the variable a in variable b

 

 

Example variable a                             variable b

              "North Carolina"                 Wake Forest University Conference Center, 200 North College Street, Charlotte, North Carolina |          
                                                          Room 113

 

 

if yes then create a flag.

 

Help?

 

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

@sdixit please use descriptive titles. BASE SASE is uninformative and will not help future users searching for a similar solution. 

 

As indicated above you can use either 

 

INDEXW or FINDW to find a phrase in another piece of text. 

Look at the examples in the documentation:

http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000212235.htm

 

 

 

View solution in original post

3 REPLIES 3
ballardw
Super User

Is Variable A always a State name? Do you have a requirement to match Variable A = "North Carolina" to NC in  variable B?

Or NC in Variable A to "North Carolina" in Variable B?

Reeza
Super User

@sdixit please use descriptive titles. BASE SASE is uninformative and will not help future users searching for a similar solution. 

 

As indicated above you can use either 

 

INDEXW or FINDW to find a phrase in another piece of text. 

Look at the examples in the documentation:

http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000212235.htm

 

 

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 3 replies
  • 1301 views
  • 0 likes
  • 4 in conversation