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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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