<?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: Copying a SAS table to Excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467908#M119473</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83078"&gt;@SuryaKiran&lt;/a&gt;&amp;nbsp;EG, SAS Studio, and Base all have that option, but it’s not saved in your code or as a step in your process so I usually never recommend it, or use it. Having the file path to knowing where the output is and no manual steps is the easiest solution.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2018 00:05:37 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-06-06T00:05:37Z</dc:date>
    <item>
      <title>Copying a SAS table to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467869#M119453</link>
      <description>&lt;P&gt;/* Create dim table report for google sheet */&lt;BR /&gt;proc sql;&lt;BR /&gt;create table DXCLASS as&lt;BR /&gt;select&lt;BR /&gt;* put(..xyz)&lt;BR /&gt;from&lt;BR /&gt;xyz&lt;BR /&gt;where&lt;BR /&gt;DIAGNOSIS_ID&amp;nbsp;&lt;BR /&gt;;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a dimension table and i have got the results in a table .I want to copy the table to an excel.How to copy my results of the table from sas to an excel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: via&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; - to modify the subject line to be more descriptive.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:00:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467869#M119453</guid>
      <dc:creator>lg2</dc:creator>
      <dc:date>2018-06-05T22:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: coying a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467870#M119454</link>
      <description>&lt;P&gt;The term for this is exporting data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use PROC EXPORT or a LIBNAME statement. This was asked recently here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/How-to-Export-sas7bdat-file-into-excel/m-p/467713" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/How-to-Export-sas7bdat-file-into-excel/m-p/467713&lt;/A&gt;&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/211896"&gt;@lg2&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;/* Create dim table report for google sheet */&lt;BR /&gt;proc sql;&lt;BR /&gt;create table DXCLASS as&lt;BR /&gt;select&lt;BR /&gt;* put(..xyz)&lt;BR /&gt;from&lt;BR /&gt;xyz&lt;BR /&gt;where&lt;BR /&gt;DIAGNOSIS_ID&amp;nbsp;&lt;BR /&gt;;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a dimension table and i have got the results in a table .I want to copy the table to an excel.How to copy my results of the table from sas to an excel,&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 21:59:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467870#M119454</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-05T21:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a SAS table to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467898#M119470</link>
      <description>&lt;P&gt;Additionally, In case if your are using SAS Enterprise Guide then you can send your data to excel without any coding required.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21055i5C629617EABEBDAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 23:36:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467898#M119470</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-06-05T23:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a SAS table to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467908#M119473</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83078"&gt;@SuryaKiran&lt;/a&gt;&amp;nbsp;EG, SAS Studio, and Base all have that option, but it’s not saved in your code or as a step in your process so I usually never recommend it, or use it. Having the file path to knowing where the output is and no manual steps is the easiest solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 00:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467908#M119473</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-06T00:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a SAS table to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467996#M119497</link>
      <description>In recent version of Enterprise Guide, you can change the default output-format of a program to Excel an use any outputting procedure to create an excel-file (that has to be saved manually). If you need the export always, using proc export or ods excel is recommended.</description>
      <pubDate>Wed, 06 Jun 2018 08:57:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-a-SAS-table-to-Excel/m-p/467996#M119497</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2018-06-06T08:57:27Z</dc:date>
    </item>
  </channel>
</rss>

