So.... I am having an issue trying to find a character string within another variable. The problem is that the string that I am looking to find is in another variable. My data looks like this: Generic Name FormalName drugABCD drugABCDEFG I need to look in "formal name" to find what is in "generic name". Here is the code that I used but it is NOT working:
... View more