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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 732 views
  • 3 likes
  • 2 in conversation