<?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: How to Email a report or file with respective to Size of the file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119996#M24689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When reports get too big to send at my company, we put the report on a network drive that the user has access to, and send an email to the user(s) containing a URL to the specific file.&amp;nbsp; That way, they still get the notification (email) that the report is available, but it does not have to be sent through the mail system.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2012 18:49:00 GMT</pubDate>
    <dc:creator>JasonDiVirgilio</dc:creator>
    <dc:date>2012-05-18T18:49:00Z</dc:date>
    <item>
      <title>How to Email a report or file with respective to Size of the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119993#M24686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to know are there anyways to send the reports as an email which exceeds size limits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be delivered with out any interruptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appriciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;vish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 09:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119993#M24686</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2012-05-18T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Email a report or file with respective to Size of the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119994#M24687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A couple of thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;compress the file before sending it.&amp;nbsp; 7-zip is good quality shareware.&amp;nbsp; If that always gets it small enough, that would do it.&lt;/LI&gt;&lt;LI&gt;instead of using e-mail, use ftp.&amp;nbsp; If your company has an outward facing ftp site, you can do that pretty easily.&amp;nbsp; Then you just send a link to the site to your users.&amp;nbsp; You can also use some of the public hosting sites this way (like &lt;A href="http://www.yousendit.com)" target="_blank"&gt;www.yousendit.com)&lt;/A&gt;, but you would need to do a little more set-up with them.&amp;nbsp; The public sites have nice user interfaces for your audience to use, so they don't have to know about using FTP.&amp;nbsp; If you use a company site, there will likely be a bit more training needed (there are add-ons for many browsers that make FTP as easy as using Windows Explorer on a PC).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 15:35:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119994#M24687</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-05-18T15:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Email a report or file with respective to Size of the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119995#M24688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Doc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; what should i do if i want to send the report by using sas code. My interest is to not to provide the links for the client and i need to send the report directly from my sas code. I have an idea how to send emails using sas code, but here my concern is about the file size, what should i do if the file exceeds the limits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions Doc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 18:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119995#M24688</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2012-05-18T18:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Email a report or file with respective to Size of the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119996#M24689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When reports get too big to send at my company, we put the report on a network drive that the user has access to, and send an email to the user(s) containing a URL to the specific file.&amp;nbsp; That way, they still get the notification (email) that the report is available, but it does not have to be sent through the mail system.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 18:49:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119996#M24689</guid>
      <dc:creator>JasonDiVirgilio</dc:creator>
      <dc:date>2012-05-18T18:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Email a report or file with respective to Size of the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119997#M24690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do all of that under program control in SAS.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On 1, you can just use the "X" command to shell out to the OS to create the output.&lt;/P&gt;&lt;P&gt;On 2, you can also use the 'X' command to run the FTP script and send the e-mail with the location from within&amp;nbsp; SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason's approach could also be used with an external facing web site.&amp;nbsp; We post reports from SAS and then use SAS to send the e-mail telling the recipient that there report is ready and providing the login instructions.&amp;nbsp; External web site management requires a bit more infrastructure than the first two options I mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason's approach and the FTP one save a huge amount of bandwidth in e-mail traffic, as well as cutting disk storage for the e-mail considerably.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 19:10:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Email-a-report-or-file-with-respective-to-Size-of-the/m-p/119997#M24690</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-05-18T19:10:49Z</dc:date>
    </item>
  </channel>
</rss>

