BookmarkSubscribeRSS Feed
lillymaginta
Lapis Lazuli | Level 10
rx name
1 clozipine hyrochloride
2 clozipine
3 terazip
3 terazip hydrochloride
4 asipirin 

Hi all,

I know this is a simple question but I am trying to find the most efficient way to resolve it. I want to group id who have clozpine and terazip togethe. There are so many rxs that would need to be grouped together, I was thinking about substr but I got an error. 

if substr, x, i, 1,7 in (clzpinee, terazip) then do

 

1 REPLY 1
Astounding
PROC Star

This might be the easiest way to say it:

 

if name in : ('clozipine ', 'terazip ') then do;

 

It's up to you whether you want to include the blank at the end of the compound name.

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
  • 1 reply
  • 948 views
  • 0 likes
  • 2 in conversation