<?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: Sending email with attachment from Mainframe SAS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sending-email-with-attachment-from-Mainframe-SAS/m-p/263195#M15603</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is another discussion from today on the subject of sending Excel files via email. &amp;nbsp;Simply put, Excel is not a good medium for data transfer, nor is email which is limited in size and not secure. &amp;nbsp;I would advise you to investigate proper data transfer formats - XML, CSV, XPT etc. and validated, secure methods of shipping data such as SFTP, secure portal, secure messaging, databases etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/xlsb-export-problem-with-big-number-of-rows-and-columns/m-p/263098" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/xlsb-export-problem-with-big-number-of-rows-and-columns/m-p/263098&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2016 14:08:59 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-04-12T14:08:59Z</dc:date>
    <item>
      <title>Sending email with attachment from Mainframe SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sending-email-with-attachment-from-Mainframe-SAS/m-p/263190#M15602</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am facing issues with SAS Email utility when the attachment size is crossing 10 MB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data(xml coding) is in Mainframe dataset and I am sending it to the receipients email using Email utility. I am using&amp;nbsp;EXTENSION='xls'. Due to the large size of the file, the job is failing to send an email.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I downloaded the file manually and did SAVE AS .xlsx, its size reduced considerably.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to send the mainframe dataset with .xlsx extension as email attachment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen couple of posts which were talking about some macro. The macro uses Vbscript and do the conversion in Windows folder. I am not sure whether that will help for mainframe dataset as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;NMJ&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 13:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sending-email-with-attachment-from-Mainframe-SAS/m-p/263190#M15602</guid>
      <dc:creator>nileshinus</dc:creator>
      <dc:date>2016-04-12T13:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email with attachment from Mainframe SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sending-email-with-attachment-from-Mainframe-SAS/m-p/263195#M15603</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is another discussion from today on the subject of sending Excel files via email. &amp;nbsp;Simply put, Excel is not a good medium for data transfer, nor is email which is limited in size and not secure. &amp;nbsp;I would advise you to investigate proper data transfer formats - XML, CSV, XPT etc. and validated, secure methods of shipping data such as SFTP, secure portal, secure messaging, databases etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/xlsb-export-problem-with-big-number-of-rows-and-columns/m-p/263098" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/xlsb-export-problem-with-big-number-of-rows-and-columns/m-p/263098&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sending-email-with-attachment-from-Mainframe-SAS/m-p/263195#M15603</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-04-12T14:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email with attachment from Mainframe SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sending-email-with-attachment-from-Mainframe-SAS/m-p/263200#M15604</link>
      <description>&lt;P&gt;Do you send data or do you send a report? Data is better sent with a minimalist file format like CSV. If you have a report with formatting (eg using ODS TAGSETS.EXCELXP), then you might try to reduce the file size by compressing, if such a tool is present on your mainframe.&lt;/P&gt;
&lt;P&gt;.XLSX is basically XML compressed with a zip algorithm. That's why your manually created xlsx was so small.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sending-email-with-attachment-from-Mainframe-SAS/m-p/263200#M15604</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-12T14:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email with attachment from Mainframe SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sending-email-with-attachment-from-Mainframe-SAS/m-p/263321#M15605</link>
      <description>&lt;P&gt;Our IT department has at times set some sever limits on email accounts. That file would not have been sent because under those settings the total size of a users email mail-box would be exceeded. You might want to check with your IT staff if you are running into a similar situation.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 19:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sending-email-with-attachment-from-Mainframe-SAS/m-p/263321#M15605</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-04-12T19:43:08Z</dc:date>
    </item>
  </channel>
</rss>

