<?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 Output dataset to same server with excel format in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Output-dataset-to-same-server-with-excel-format/m-p/722056#M27854</link>
    <description>&lt;P&gt;Hi everyone, I would like to output a dataset to the folder in same server but in excel format. I am able to output to the same server in sas format using below code. Is there anyone can help to change it to excel format? Thank you.&lt;/P&gt;&lt;P&gt;libname out "/sasdata/data/xxxxxxx";&lt;BR /&gt;data out.custlist;&lt;BR /&gt;set work.custlist;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2021 06:58:35 GMT</pubDate>
    <dc:creator>LTY</dc:creator>
    <dc:date>2021-02-26T06:58:35Z</dc:date>
    <item>
      <title>Output dataset to same server with excel format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Output-dataset-to-same-server-with-excel-format/m-p/722056#M27854</link>
      <description>&lt;P&gt;Hi everyone, I would like to output a dataset to the folder in same server but in excel format. I am able to output to the same server in sas format using below code. Is there anyone can help to change it to excel format? Thank you.&lt;/P&gt;&lt;P&gt;libname out "/sasdata/data/xxxxxxx";&lt;BR /&gt;data out.custlist;&lt;BR /&gt;set work.custlist;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 06:58:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Output-dataset-to-same-server-with-excel-format/m-p/722056#M27854</guid>
      <dc:creator>LTY</dc:creator>
      <dc:date>2021-02-26T06:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Output dataset to same server with excel format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Output-dataset-to-same-server-with-excel-format/m-p/722063#M27856</link>
      <description>&lt;P&gt;Have you tried using proc export?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=work.custlist dbms=xlsx file="..." replace;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or just change the libname-statement to use xlsx-engine, the path has to point to a file.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 07:42:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Output-dataset-to-same-server-with-excel-format/m-p/722063#M27856</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-02-26T07:42:00Z</dc:date>
    </item>
  </channel>
</rss>

