<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sending Email in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sending-Email/m-p/104852#M21857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;SENDING EMAIL Data l; input id email; cards; 1 &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xyz@abc.com"&gt;xyz@abc.com&lt;/A&gt;&lt;SPAN&gt; 2 &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:abc@abc.com"&gt;abc@abc.com&lt;/A&gt;&lt;SPAN&gt; 3 &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xyz@xyz.com"&gt;xyz@xyz.com&lt;/A&gt;&lt;SPAN&gt; run; now i want to send email to correspoinding id for example for email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xyz@abc.com"&gt;xyz@abc.com&lt;/A&gt;&lt;SPAN&gt; it should go the id is 1 &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:abc@abc.com"&gt;abc@abc.com&lt;/A&gt;&lt;SPAN&gt; it should go the id is 2 &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xyz@xyz.com"&gt;xyz@xyz.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; it should go the id is 3 Refer the attachment if needed&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2012 15:00:23 GMT</pubDate>
    <dc:creator>R_Win</dc:creator>
    <dc:date>2012-08-27T15:00:23Z</dc:date>
    <item>
      <title>Sending Email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-Email/m-p/104852#M21857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;SENDING EMAIL Data l; input id email; cards; 1 &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xyz@abc.com"&gt;xyz@abc.com&lt;/A&gt;&lt;SPAN&gt; 2 &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:abc@abc.com"&gt;abc@abc.com&lt;/A&gt;&lt;SPAN&gt; 3 &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xyz@xyz.com"&gt;xyz@xyz.com&lt;/A&gt;&lt;SPAN&gt; run; now i want to send email to correspoinding id for example for email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xyz@abc.com"&gt;xyz@abc.com&lt;/A&gt;&lt;SPAN&gt; it should go the id is 1 &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:abc@abc.com"&gt;abc@abc.com&lt;/A&gt;&lt;SPAN&gt; it should go the id is 2 &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xyz@xyz.com"&gt;xyz@xyz.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; it should go the id is 3 Refer the attachment if needed&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 15:00:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-Email/m-p/104852#M21857</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2012-08-27T15:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-Email/m-p/104853#M21858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are asking.&amp;nbsp; Take a look at the code at the bottom of the program at:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sascommunity.org/mwiki/images/d/da/Hebrew_islamic_dates.sas" title="http://www.sascommunity.org/mwiki/images/d/da/Hebrew_islamic_dates.sas"&gt;http://www.sascommunity.org/mwiki/images/d/da/Hebrew_islamic_dates.sas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sends emails to addresses, from a SAS dataset, like those shown in your example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 15:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-Email/m-p/104853#M21858</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-27T15:14:40Z</dc:date>
    </item>
  </channel>
</rss>

