BookmarkSubscribeRSS Feed
R_Win
Calcite | Level 5

SENDING EMAIL Data l; input id email; cards; 1 xyz@abc.com 2 abc@abc.com 3 xyz@xyz.com run; now i want to send email to correspoinding id for example for email xyz@abc.com it should go the id is 1 abc@abc.com it should go the id is 2 xyz@xyz.com  it should go the id is 3 Refer the attachment if needed

1 REPLY 1
art297
Opal | Level 21

Not sure what you are asking.  Take a look at the code at the bottom of the program at:

http://www.sascommunity.org/mwiki/images/d/da/Hebrew_islamic_dates.sas

It sends emails to addresses, from a SAS dataset, like those shown in your example.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 1 reply
  • 1004 views
  • 3 likes
  • 2 in conversation