<?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: import procedure not working in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21126#M4437</link>
    <description>Hi:&lt;BR /&gt;
  This may be a relevant Tech Support note:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/35/064.html" target="_blank"&gt;http://support.sas.com/kb/35/064.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
about accessing files on a network drive (I'm assuming that the Q drive is a network drive).&lt;BR /&gt;
&lt;BR /&gt;
You might want to work with your SAS Administrator or Tech Support on this issue.You can open a track with Tech Support by filling out and submitting the form at this site:&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt; &lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 22 Oct 2010 14:31:08 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-10-22T14:31:08Z</dc:date>
    <item>
      <title>import procedure not working</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21124#M4435</link>
      <description>Attempts to import an excel spreadsheet fail.  In the log:&lt;BR /&gt;
&lt;BR /&gt;
1    PROC IMPORT OUT= WORK.oknow&lt;BR /&gt;
2                DATAFILE= "Q:\Elizabeth\Testdatabases\torres.xls"&lt;BR /&gt;
3                DBMS=EXCEL REPLACE;&lt;BR /&gt;
4         SHEET="torres$";&lt;BR /&gt;
5         GETNAMES=YES;&lt;BR /&gt;
6         MIXED=NO;&lt;BR /&gt;
7         SCANTEXT=YES;&lt;BR /&gt;
8         USEDATE=YES;&lt;BR /&gt;
9         SCANTIME=YES;&lt;BR /&gt;
10   RUN;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Connect: &amp;#1;&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
Connection Failed.  See log for details.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
&lt;BR /&gt;
The log details don't really explain why this failure occurs.  The same result occurs when I use the import wizard.  Any help with making my copy of SAS (ver. 9.1.3) import excel spreadsheets would be appreciated.</description>
      <pubDate>Fri, 22 Oct 2010 13:45:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21124#M4435</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-22T13:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: import procedure not working</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21125#M4436</link>
      <description>Hello Elizabeth,&lt;BR /&gt;
&lt;BR /&gt;
The problem is with the line  SHEET="torres$";&lt;BR /&gt;
It should be  SHEET="torres";&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Fri, 22 Oct 2010 14:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21125#M4436</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2010-10-22T14:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: import procedure not working</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21126#M4437</link>
      <description>Hi:&lt;BR /&gt;
  This may be a relevant Tech Support note:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/35/064.html" target="_blank"&gt;http://support.sas.com/kb/35/064.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
about accessing files on a network drive (I'm assuming that the Q drive is a network drive).&lt;BR /&gt;
&lt;BR /&gt;
You might want to work with your SAS Administrator or Tech Support on this issue.You can open a track with Tech Support by filling out and submitting the form at this site:&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt; &lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 22 Oct 2010 14:31:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21126#M4437</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-22T14:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: import procedure not working</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21127#M4438</link>
      <description>Hello, SPR.&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately, making that change does not change the outcome.  I've tried using the import wizard, too, but the failure persists.  Deinstalling/reinstalling SAS does not get rid of the problem, either, and neither does the local sysadmin putting me in the unrestricted usergroup that she is in.  And yet(!) if I perform the exact same import on *her* machine it does work.  I"ve done everything I can think of to get rid of this problem when I try to import on my machine and nothing seems to work.</description>
      <pubDate>Fri, 22 Oct 2010 14:34:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21127#M4438</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-22T14:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: import procedure not working</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21128#M4439</link>
      <description>One presumption here is that you are able to open the "input" file outside of SAS, especially considering the file resides on a "Q" network drive allocation.  Also, suggest you share the info about your LIBNAME statement, as revealed in your SAS log output.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 22 Oct 2010 14:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21128#M4439</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-10-22T14:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: import procedure not working</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21129#M4440</link>
      <description>Can open file in question outside of SAS with no problems.  Despite what the error message in the log implies, no LIBNAME statement exists in the script.  Error message is identical whether I use the script or the import wizard.&lt;BR /&gt;
&lt;BR /&gt;
At this point I plan to file a service ticket.</description>
      <pubDate>Fri, 22 Oct 2010 16:04:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-procedure-not-working/m-p/21129#M4440</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-22T16:04:25Z</dc:date>
    </item>
  </channel>
</rss>

