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 lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.