Hi i am trying to send email by using the macrovariable
using like this
%let a=%str(ak.gmail.com;lkp.gmai.com;rk@gmail.com);
%put &a;
I am getting error how can i resolve this 3 emial ids
That code runs fine. But the first two values are not email addresses.
How are you actually trying to use it? What error message are you getting.
You should use %unquote(&a) to unmask special character.
Ksharp
Hi,
If you are adding the %put to your filename statement.. Would the Semi colon not end the filename statement?
I think if you are trying to send the mail to all three ids then you should have a space instead of semicolon.
%let a=%str("ak.gmail.com" "lkp.gmai.com" "rk@gmail.com");
%put &a;
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!
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.