<?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: Error in the libname statement.PROC EXPORT issue in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Error-in-the-libname-statement-PROC-EXPORT-issue/m-p/185865#M14249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use EXCELCS you need to have the PC Files Server installed on your SAS for Windows server, or on another dedicated node.&amp;nbsp; With SAS for Windows, &lt;A href="http://support.sas.com/kb/43/802.html"&gt;installing the PC Files Server is easy and SAS can launch it via "autostart"&lt;/A&gt;, no additional configuration required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it's&lt;A href="http://blogs.sas.com/content/sasdummy/2012/01/25/export-to-excel-got-easier/"&gt; even easier if you can use DBMS=XLSX&lt;/A&gt;.&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:40:58 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2015-02-27T14:40:58Z</dc:date>
    <item>
      <title>ERROR: Error in the libname statement.PROC EXPORT issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Error-in-the-libname-statement-PROC-EXPORT-issue/m-p/185864#M14248</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;I have gone through couple of blogs on the same error, I have tried all the suggested options and posting my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#1. While trying to export xls file using DBMS=EXCEL option in the below code :&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;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;If I use DBMS=EXCELCS, I get an error saying &lt;/P&gt;&lt;P&gt;ERROR: Failed to connect to server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#2. While trying to export csv file using the below code, the code gets executed without errors and the log&lt;/P&gt;&lt;P&gt;says that file SUCCESSFULLY created, But I am unable to see the&amp;nbsp; created file at the location(mentioned in the code):&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 14:20:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Error-in-the-libname-statement-PROC-EXPORT-issue/m-p/185864#M14248</guid>
      <dc:creator>RAmarapuram</dc:creator>
      <dc:date>2015-02-27T14:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Error in the libname statement.PROC EXPORT issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Error-in-the-libname-statement-PROC-EXPORT-issue/m-p/185865#M14249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use EXCELCS you need to have the PC Files Server installed on your SAS for Windows server, or on another dedicated node.&amp;nbsp; With SAS for Windows, &lt;A href="http://support.sas.com/kb/43/802.html"&gt;installing the PC Files Server is easy and SAS can launch it via "autostart"&lt;/A&gt;, no additional configuration required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it's&lt;A href="http://blogs.sas.com/content/sasdummy/2012/01/25/export-to-excel-got-easier/"&gt; even easier if you can use DBMS=XLSX&lt;/A&gt;.&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:40:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Error-in-the-libname-statement-PROC-EXPORT-issue/m-p/185865#M14249</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-02-27T14:40:58Z</dc:date>
    </item>
  </channel>
</rss>

