Why I can not run the macro as below, but if I set other special value like decimal for the varibale CHAR, it will work. Do you have any suggestion if i want to scussfully run the code below, thank you.
%macro align1(char= ) ;
%put this is &char ;
%mend ;
%align1(char=%nrstr( ( ) ) ;
You just need a slight modification at invocation:
%align1(char=%str(%());
You just need a slight modification at invocation:
%align1(char=%str(%());
Thanks for your answer, this is exactly what I want.
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.