<?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: Error while using PROC EXPORT in SAS EG 7.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-using-PROC-EXPORT-in-SAS-EG-7-1/m-p/185803#M14235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing that you also moved from 32-bit SAS 9.1 to 64-bit SAS 9.4 on Windows.&amp;nbsp; That explains the Excel error -- you may need to use DBMS=EXCELCS or (better) DBMS=XLSX instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/" title="http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/"&gt;http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second problem: is the SAS session running on your local machine, or is it a remote Windows machine?&amp;nbsp; If remote, then the "C:" reference is the C: drive on the remote machine, not your local machine.&amp;nbsp; You might need to select a network location to output your files, or else use something like &lt;A href="http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/"&gt;the Copy Files task&lt;/A&gt; to download the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2015 14:30:43 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2015-02-27T14:30:43Z</dc:date>
    <item>
      <title>Error while using PROC EXPORT in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-using-PROC-EXPORT-in-SAS-EG-7-1/m-p/185802#M14234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have recently migrated from SAS EG 4.1 to 7.1. We were testing the PROC EXPORT on the new system and unable to create XLS or CSV files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#1. Code to export Excel: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC EXPORT DATA= WORK.soma&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTFILE= "C:\User\app-502396530\Documents\My SAS Files\test1.xls" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=EXCEL REPLACE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET="Historical INFO"; &lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After executing the above code, I got the below error : &lt;/P&gt;&lt;P&gt;Error: CONNECT: Class not registered.&lt;/P&gt;&lt;P&gt;Error: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#2. Code to export CSV&lt;/P&gt;&lt;P&gt;PROC EXPORT DATA= WORK.segments_final&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTFILE= "C:\User\app-502396530\Documents\My SAS Files\test1.csv" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=CSV REPLACE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code executed successfully, but I am unable to see the file in the above path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me in resolving the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 13:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-using-PROC-EXPORT-in-SAS-EG-7-1/m-p/185802#M14234</guid>
      <dc:creator>RAmarapuram</dc:creator>
      <dc:date>2015-02-27T13:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using PROC EXPORT in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-using-PROC-EXPORT-in-SAS-EG-7-1/m-p/185803#M14235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing that you also moved from 32-bit SAS 9.1 to 64-bit SAS 9.4 on Windows.&amp;nbsp; That explains the Excel error -- you may need to use DBMS=EXCELCS or (better) DBMS=XLSX instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/" title="http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/"&gt;http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second problem: is the SAS session running on your local machine, or is it a remote Windows machine?&amp;nbsp; If remote, then the "C:" reference is the C: drive on the remote machine, not your local machine.&amp;nbsp; You might need to select a network location to output your files, or else use something like &lt;A href="http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/"&gt;the Copy Files task&lt;/A&gt; to download the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 14:30:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-using-PROC-EXPORT-in-SAS-EG-7-1/m-p/185803#M14235</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-02-27T14:30:43Z</dc:date>
    </item>
  </channel>
</rss>

