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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Update

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