<?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 Excel file with Multiple work sheets as attachment using SAS EMAIL ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/290915#M60254</link>
    <description>&lt;P&gt;Just two things. &amp;nbsp;Firstly your companies email system will have size limitations on the emails you send - the reason being is that email is not a report delivery system, its principally for messaging. &amp;nbsp;Secondly, depending on setup and data in the report, you could breach rules on sending data as email (at least outside the company network) is not secure. &amp;nbsp;I would advise you, if your data has anything confidential, to address where and how you deliver reports - there are far better methods to get reports out to people, the use of secure portals - sharepoint for instance - or other secure platforms. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2016 08:25:44 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-08-11T08:25:44Z</dc:date>
    <item>
      <title>How to Email Excel file with Multiple work sheets as attachment using SAS EMAIL ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/290817#M60225</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to Email Excel file with Multiple work sheets as attachment using SAS EMAIL ?&lt;/P&gt;&lt;P&gt;I have a xlsx file to attach in my email&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Filename hmmail_1 email TO=&amp;amp;Email_to_Id. CC=&amp;amp;Email_cc_Id.

Subject="abcth.."

 

Attach="/xx/xx/xx/xx./xx..xlsx" ;

　

%Macro Send_Mthly_Email;

Data _null_;

file hmmail_1 lrecl=375;

put "Hi All," //;

put "The report is completed."/;

put "Attached report is available ." //;

put "Thanks," /;

put "&amp;amp;Thanks_Name.";

output;

run;

%Mend;

%Send_Mthly_Email;

 &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Aug 2016 20:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/290817#M60225</guid>
      <dc:creator>sdixit</dc:creator>
      <dc:date>2016-08-10T20:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Email Excel file with Multiple work sheets as attachment using SAS EMAIL ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/290846#M60237</link>
      <description>&lt;P&gt;Hi -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use&amp;nbsp;&lt;A href="http://support.sas.com/resources/papers/proceedings13/340-2013.pdf" target="_self"&gt;this paper&lt;/A&gt;&amp;nbsp;all the time for how to build a macro for emailing. &amp;nbsp;You should be able to incorporate the code from the paper into your code and have everything work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 00:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/290846#M60237</guid>
      <dc:creator>DarthPathos</dc:creator>
      <dc:date>2016-08-11T00:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Email Excel file with Multiple work sheets as attachment using SAS EMAIL ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/290915#M60254</link>
      <description>&lt;P&gt;Just two things. &amp;nbsp;Firstly your companies email system will have size limitations on the emails you send - the reason being is that email is not a report delivery system, its principally for messaging. &amp;nbsp;Secondly, depending on setup and data in the report, you could breach rules on sending data as email (at least outside the company network) is not secure. &amp;nbsp;I would advise you, if your data has anything confidential, to address where and how you deliver reports - there are far better methods to get reports out to people, the use of secure portals - sharepoint for instance - or other secure platforms. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 08:25:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/290915#M60254</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-08-11T08:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Email Excel file with Multiple work sheets as attachment using SAS EMAIL ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/290936#M60261</link>
      <description>&lt;P&gt;Ooh good point&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9﻿&lt;/a&gt;! &amp;nbsp;I'm totally embarassed I didn't think to mention that, considering I work in a hosptial where privacy is a huge deal &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are papers about encrypting data sets with WinZip and other utilities using SAS, but Sharepoint or internal share drive would be preferred.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 11:09:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/290936#M60261</guid>
      <dc:creator>DarthPathos</dc:creator>
      <dc:date>2016-08-11T11:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Email Excel file with Multiple work sheets as attachment using SAS EMAIL ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/291066#M60296</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for sharing the paper. Indeed it was helpful for me. \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 19:57:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Email-Excel-file-with-Multiple-work-sheets-as-attachment/m-p/291066#M60296</guid>
      <dc:creator>sdixit</dc:creator>
      <dc:date>2016-08-11T19:57:48Z</dc:date>
    </item>
  </channel>
</rss>

