BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Mushy
Quartz | Level 8

Hello All,

I have a macro variable test123=combination

In the data step I need to resolve this macro variable.

 

Example:

%let test123=combination;

data mac;

macval=123;

combval=?

run;

 

I want the value of combval=combination.

something like combval=&&test.(macval) where macval is referred for the suffix

is there a way without intermediate conversion of macval to macro variable?

 

Thanks

Mushy

1 ACCEPTED SOLUTION
3 REPLIES 3

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 Updates

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
  • 3 replies
  • 876 views
  • 1 like
  • 2 in conversation