<?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 exporting a file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/exporting-a-file/m-p/493910#M130055</link>
    <description>&lt;P&gt;hey..i m getting error in exporting file in sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code was:&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export data=lib.car_sales&lt;BR /&gt;outfile='F:\SASUniversityEdition\myfolders\Book1.xlsx'&lt;BR /&gt;dbms=xlsx;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and my error was:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: DBMS type XLSX not valid for export.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;</description>
    <pubDate>Sun, 09 Sep 2018 15:07:14 GMT</pubDate>
    <dc:creator>Ananyayadav</dc:creator>
    <dc:date>2018-09-09T15:07:14Z</dc:date>
    <item>
      <title>exporting a file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/exporting-a-file/m-p/493910#M130055</link>
      <description>&lt;P&gt;hey..i m getting error in exporting file in sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code was:&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export data=lib.car_sales&lt;BR /&gt;outfile='F:\SASUniversityEdition\myfolders\Book1.xlsx'&lt;BR /&gt;dbms=xlsx;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and my error was:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: DBMS type XLSX not valid for export.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2018 15:07:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/exporting-a-file/m-p/493910#M130055</guid>
      <dc:creator>Ananyayadav</dc:creator>
      <dc:date>2018-09-09T15:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: exporting a file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/exporting-a-file/m-p/493914#M130059</link>
      <description>&lt;P&gt;You are either running an older version of SAS or you do not have SAS/Access to PC Files licensed.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2018 15:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/exporting-a-file/m-p/493914#M130059</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-09-09T15:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: exporting a file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/exporting-a-file/m-p/493924#M130063</link>
      <description>&lt;P&gt;Since you're using SAS University Edition, you need to export it to the myfolders location you set up. So your export should be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=lib.car_sales
outfile='&lt;FONT size="4" color="#800000"&gt;&lt;STRONG&gt;/folders/myfolders&lt;/STRONG&gt;&lt;/FONT&gt;/Book1.xlsx'
dbms=xlsx;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/224765"&gt;@Ananyayadav&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;hey..i m getting error in exporting file in sas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my code was:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc export data=lib.car_sales&lt;BR /&gt;outfile='F:\SASUniversityEdition\myfolders\Book1.xlsx'&lt;BR /&gt;dbms=xlsx;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and my error was:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: DBMS type XLSX not valid for export.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help me out.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2018 16:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/exporting-a-file/m-p/493924#M130063</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-09T16:52:46Z</dc:date>
    </item>
  </channel>
</rss>

