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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.