<?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 Re: E-mail from SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/E-mail-from-SAS/m-p/41700#M8547</link>
    <description>Hello SASPhile,&lt;BR /&gt;
&lt;BR /&gt;
In Enterprise Guide it is a pair of clicks.&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
    <pubDate>Wed, 01 Dec 2010 14:37:32 GMT</pubDate>
    <dc:creator>SPR</dc:creator>
    <dc:date>2010-12-01T14:37:32Z</dc:date>
    <item>
      <title>E-mail from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/E-mail-from-SAS/m-p/41698#M8545</link>
      <description>How to send E-mail (excel reports) from SAS?</description>
      <pubDate>Tue, 30 Nov 2010 21:27:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/E-mail-from-SAS/m-p/41698#M8545</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2010-11-30T21:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/E-mail-from-SAS/m-p/41699#M8546</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Pl. use below mentioned syntax.&lt;BR /&gt;
&lt;BR /&gt;
/*   Mailing Code to multiple mail id's and multiple attachement */&lt;BR /&gt;
&lt;BR /&gt;
filename outbox email 'akash.satyam@gmail.com';&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  file outbox&lt;BR /&gt;
      to=('akash.satyam@gmail.com' 'akash1.satyam@gmail.com')&lt;BR /&gt;
     cc=('akash2.satyam@gmail.com' 'akash3.satyam@gmail.com')&lt;BR /&gt;
     subject='My SAS output'&lt;BR /&gt;
     attach=("D:\Distribution_A.zip" "D:\Distribution_B.zip")&lt;BR /&gt;
     ;&lt;BR /&gt;
						put 'Hi,';&lt;BR /&gt;
						put;&lt;BR /&gt;
/*						put "Please ignore the previous mail as it was not updated and consider the enclosed file for the mentioned subject.";*/&lt;BR /&gt;
/*						put;*/&lt;BR /&gt;
						put "Please find enclosed ------.";&lt;BR /&gt;
						put "---------------------------.";&lt;BR /&gt;
						put ;&lt;BR /&gt;
						put "The file contains the following:";&lt;BR /&gt;
					 	put "1)  A";&lt;BR /&gt;
					    put "2)  B";&lt;BR /&gt;
						put "3)  C";&lt;BR /&gt;
					    put "4)  D";&lt;BR /&gt;
						put "5)  E";&lt;BR /&gt;
					    put /;&lt;BR /&gt;
						put "Regards,";&lt;BR /&gt;
						Put 'Akash';&lt;BR /&gt;
						run;</description>
      <pubDate>Wed, 01 Dec 2010 05:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/E-mail-from-SAS/m-p/41699#M8546</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-01T05:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/E-mail-from-SAS/m-p/41700#M8547</link>
      <description>Hello SASPhile,&lt;BR /&gt;
&lt;BR /&gt;
In Enterprise Guide it is a pair of clicks.&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Wed, 01 Dec 2010 14:37:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/E-mail-from-SAS/m-p/41700#M8547</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2010-12-01T14:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/E-mail-from-SAS/m-p/41701#M8548</link>
      <description>...and in addition to the other suggestions, if you are creating reports for Excel using ODS, then a search of the forum postings and Tech Support site will reveal how to email an ODS report. Many different code samples have been posted.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 01 Dec 2010 17:52:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/E-mail-from-SAS/m-p/41701#M8548</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-01T17:52:54Z</dc:date>
    </item>
  </channel>
</rss>

