<?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: proc export error in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32993#M8002</link>
    <description>Without further details, you might consider adding the SAS statement below so you can self-diagnose the program as much as possible:&lt;BR /&gt;
&lt;BR /&gt;
OPTIONS SOURCE SOURCE2 MACROGEN SYMBOLGEN MLOGIC;&lt;BR /&gt;
&lt;BR /&gt;
Also, recommend reading up on the PROC EXPORT documentation and the purpose of the OUTFILE= parameter.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Sun, 17 May 2009 16:36:10 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-05-17T16:36:10Z</dc:date>
    <item>
      <title>proc export error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32989#M7998</link>
      <description>I am a new SAS user. I am trying to save a data file using the&lt;BR /&gt;
following codes&lt;BR /&gt;
&lt;BR /&gt;
PROC EXPORT DATA= d1&lt;BR /&gt;
OUTFILE= "C:\UNIVAbyGindext1.xls";&lt;BR /&gt;
&lt;BR /&gt;
I am receiving the following error and the file is not created:&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Connect:  &lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
Connection Failed.  See log for details.&lt;BR /&gt;
&lt;BR /&gt;
I tried also&lt;BR /&gt;
&lt;BR /&gt;
PROC EXPORT DATA= d1&lt;BR /&gt;
DBMS = Excel2000&lt;BR /&gt;
OUTFILE= "C:\UNIVAbyGindext1.xls" REPLACE;&lt;BR /&gt;
 but it didn't work &lt;BR /&gt;
&lt;BR /&gt;
Any idea about the source of error?</description>
      <pubDate>Sun, 17 May 2009 12:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32989#M7998</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-17T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc export error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32990#M7999</link>
      <description>Share more info about your SAS environment (local install or remote), version info, paste your "complete" SAS log with all source/macro logic code revealed, just prior to the error.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sun, 17 May 2009 12:54:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32990#M7999</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-17T12:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc export error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32991#M8000</link>
      <description>am I printing the files or saving them on the c drive? sorry for this question</description>
      <pubDate>Sun, 17 May 2009 12:58:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32991#M8000</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-17T12:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: proc export error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32992#M8001</link>
      <description>the program is really long and full with macros.</description>
      <pubDate>Sun, 17 May 2009 13:01:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32992#M8001</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-17T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc export error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32993#M8002</link>
      <description>Without further details, you might consider adding the SAS statement below so you can self-diagnose the program as much as possible:&lt;BR /&gt;
&lt;BR /&gt;
OPTIONS SOURCE SOURCE2 MACROGEN SYMBOLGEN MLOGIC;&lt;BR /&gt;
&lt;BR /&gt;
Also, recommend reading up on the PROC EXPORT documentation and the purpose of the OUTFILE= parameter.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sun, 17 May 2009 16:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32993#M8002</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-17T16:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: proc export error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32994#M8003</link>
      <description>This error is caused by your printer driver. There is a hot fix for it, but a quick fix is to change  your default printer to something other than an HP printer.&lt;BR /&gt;
S</description>
      <pubDate>Tue, 19 May 2009 00:32:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32994#M8003</guid>
      <dc:creator>Sticky</dc:creator>
      <dc:date>2009-05-19T00:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: proc export error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32995#M8004</link>
      <description>To be more specific, the following fix worked for me.&lt;BR /&gt;
&lt;BR /&gt;
Options SYSPRINT='Microsoft Office Document Image Writer';&lt;BR /&gt;
&lt;BR /&gt;
I do not print directly from SAS though.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps&lt;BR /&gt;
SM</description>
      <pubDate>Mon, 29 Mar 2010 16:14:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-export-error/m-p/32995#M8004</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-29T16:14:55Z</dc:date>
    </item>
  </channel>
</rss>

