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.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 749 views
  • 0 likes
  • 2 in conversation