Hi,
want create macro varibale from dataset and this macro varible value has to assign same dataset another varible value
llike below data set 'Test' ;
varible_01 varible _02
xxxx yyyyyyy
zzzz ccccccc
ffffff ggggggg
want to assing macro varible 'xxxxx' value as 'yyyyyy'
from each Varible_01 observation convert macro varble and it's value has to assign vairible_02 value
Thanks
CALL SYMPUT() within a data _null_ step. The documentation has examples.
Just google for "call symput". You'll get a tankerload of hits.
Narrowing it down with "sas 9.4 call symput" is even more on target.
You need to refine your google-fu.
I normally restrict my search to support.sas.com
The following Google term should give you quite a good result:
site:support.sas.com 9.4 call symput
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.