<?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 How to mail SAS table in excel form? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-mail-SAS-table-in-excel-form/m-p/678828#M204956</link>
    <description>&lt;P&gt;How to mail SAS table in excel form? How to mail errors?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Aug 2020 07:41:04 GMT</pubDate>
    <dc:creator>tarikbirinci1</dc:creator>
    <dc:date>2020-08-24T07:41:04Z</dc:date>
    <item>
      <title>How to mail SAS table in excel form?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-mail-SAS-table-in-excel-form/m-p/678828#M204956</link>
      <description>&lt;P&gt;How to mail SAS table in excel form? How to mail errors?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 07:41:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-mail-SAS-table-in-excel-form/m-p/678828#M204956</guid>
      <dc:creator>tarikbirinci1</dc:creator>
      <dc:date>2020-08-24T07:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to mail SAS table in excel form?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-mail-SAS-table-in-excel-form/m-p/678832#M204960</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/319413"&gt;@tarikbirinci1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How to mail SAS table in excel form?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;By attaching the excel file to a mail. I am sure that you will find papers with code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/319413"&gt;@tarikbirinci1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How to mail errors?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What you mean exactly? Easiest way: use proc printto to save the log in am accessible directory, then just send the path to log.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 08:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-mail-SAS-table-in-excel-form/m-p/678832#M204960</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-08-24T08:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to mail SAS table in excel form?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-mail-SAS-table-in-excel-form/m-p/678833#M204961</link>
      <description>I mean how can I do these with SAS code?</description>
      <pubDate>Mon, 24 Aug 2020 08:47:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-mail-SAS-table-in-excel-form/m-p/678833#M204961</guid>
      <dc:creator>tarikbirinci1</dc:creator>
      <dc:date>2020-08-24T08:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to mail SAS table in excel form?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-mail-SAS-table-in-excel-form/m-p/678834#M204962</link>
      <description>&lt;P&gt;To create an Excel file, either use &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=acpcref&amp;amp;docsetTarget=p1d0tocg3njhmfn1d4ld2covlwm0.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;PROC EXPORT&lt;/A&gt; with &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=acpcref&amp;amp;docsetTarget=n0msy4hy1so0ren1acm90iijxn8j.htm&amp;amp;locale=en#n010vbd2e5jyg5n1rvfey0a1lyo0" target="_blank" rel="noopener"&gt;DBMS=XLSX&lt;/A&gt;, or PROC PRINT with&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=odsug&amp;amp;docsetTarget=p09n5pw9ol0897n1qe04zeur27rv.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;ODS EXCEL&lt;/A&gt;, or&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=acpcref&amp;amp;docsetTarget=n0oj9f6i838mymn148890ckla700.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;LIBNAME XLSX&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;To send mail from SAS code, use&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lestmtsglobal&amp;amp;docsetTarget=n0ig2krarrz6vtn1aw9zzvtez4qo.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;FILENAME EMAIL&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You will find examples in the linked documentation.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 09:00:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-mail-SAS-table-in-excel-form/m-p/678834#M204962</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-08-24T09:00:23Z</dc:date>
    </item>
  </channel>
</rss>

