BookmarkSubscribeRSS Feed
SASAna
Quartz | Level 8

 

Hi SAS Users,

 

Can we use like this conditions in %LET stements which i can reference later?

 

 %LET cond =(Indicaor in (&MOD1 ,&MOD2) OR indicator in (&MOD1,&MOD2) OR Indicator in (&MOD1,&MOD2));

 

Thanks,

Ana

 

1 REPLY 1
Astounding
PROC Star

You probably can, but would need a few conditions:

 

  • The MINOPERATOR option must be set properly to permit macro language to use the IN operator
  • INDICATOR must be replaced by an actual set of characters.  It cannot refer to a DATA step variable.
  • %EVAL would have to be applied to the expression to the right of the equal sign.

I'm assuming it would work then, but haven't tested it.

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