hello everyone
i'm trying to use advance expression to achieve below 2 function, to get a value as 1 or 0, however, difficult to find a proper function to acheive this.
1st function:
A: MOTOR
B: WIPER MOTOR,RHD
how can i judge if string of A include in B, if yes, then return 1, else 0
2nd function:
A: 34
B: 34;53;54
how can i judge if value A can be found in B, if yes, then return 1, else 0
thank you for advice in advance.
BR
INDEXW and FINDW will work in both your cases.
Your exampled may require more details for instance is
A: MOTOR considered found
when
B: MOTORBOAT,RHD (part of word)
or
B: WIPER motor,RHD (case sensitive search)
or is
A: 34 considered found
when
B: 345;53;54
IN
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.