Hello, I have a SAS dataset with the following fields: 1. Questions: character $1024; it contains questions that an interviewer asks interviewee. For example, an interviewer "Hey, John, how do you deal with stress?" 2. FirstName: character $200; "John " The dataset consists of thousands of lines of questions and potential first names that can be used in these questions. I want my program to figure out which Questions contains reference to FirstName. I tried using findw function, but it is not finding anything, I think because my data for names has so many characters after the name. Thank you so much for any suggestions!
... View more