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
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
  • 940 views
  • 1 like
  • 2 in conversation