BookmarkSubscribeRSS Feed
sas_Forum
Calcite | Level 5

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

3 REPLIES 3
Tom
Super User Tom
Super User

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.

Ksharp
Super User

You should use   %unquote(&a)   to unmask special character.

Ksharp

NN
Quartz | Level 8 NN
Quartz | Level 8

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;

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 878 views
  • 0 likes
  • 4 in conversation