<?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 proc import in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50287#M13710</link>
    <description>why i am getting below error?&lt;BR /&gt;
&lt;BR /&gt;
code:&lt;BR /&gt;
PROC IMPORT OUT= WORK.QWE &lt;BR /&gt;
            DATAFILE= "D:\Documents and Settings\pavan.kumarjupelli\Desktop\AC_Tracker_June09.xls" &lt;BR /&gt;
            DBMS=EXCEL2000 REPLACE;&lt;BR /&gt;
     SHEET="'AC Production_Pavan$'"; &lt;BR /&gt;
     RANGE="A2:AP100";&lt;BR /&gt;
    GETNAMES=YES;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
error:&lt;BR /&gt;
&lt;B&gt;ERROR: Describe error: The Microsoft Jet database engine could not find the object&lt;BR /&gt;
 ''AC Production_Pavan$'$A2:AP100'.  Make sure the object exists and that you spell its name and the&lt;BR /&gt;
       path name correctly.&lt;BR /&gt;
ERROR: Import unsuccessful.  See SAS Log for details.&lt;/B&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: PROCEDURE IMPORT used:&lt;BR /&gt;
      real time           0.79 seconds&lt;BR /&gt;
      cpu time            0.11 seconds&lt;BR /&gt;
&lt;BR /&gt;
i am trying to import one excel sheet in which var names are in 2nd row and data is starting from 3rd row. i am using sas 8.2.</description>
    <pubDate>Tue, 30 Jun 2009 15:55:18 GMT</pubDate>
    <dc:creator>Pavan_SAS</dc:creator>
    <dc:date>2009-06-30T15:55:18Z</dc:date>
    <item>
      <title>proc import</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50287#M13710</link>
      <description>why i am getting below error?&lt;BR /&gt;
&lt;BR /&gt;
code:&lt;BR /&gt;
PROC IMPORT OUT= WORK.QWE &lt;BR /&gt;
            DATAFILE= "D:\Documents and Settings\pavan.kumarjupelli\Desktop\AC_Tracker_June09.xls" &lt;BR /&gt;
            DBMS=EXCEL2000 REPLACE;&lt;BR /&gt;
     SHEET="'AC Production_Pavan$'"; &lt;BR /&gt;
     RANGE="A2:AP100";&lt;BR /&gt;
    GETNAMES=YES;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
error:&lt;BR /&gt;
&lt;B&gt;ERROR: Describe error: The Microsoft Jet database engine could not find the object&lt;BR /&gt;
 ''AC Production_Pavan$'$A2:AP100'.  Make sure the object exists and that you spell its name and the&lt;BR /&gt;
       path name correctly.&lt;BR /&gt;
ERROR: Import unsuccessful.  See SAS Log for details.&lt;/B&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: PROCEDURE IMPORT used:&lt;BR /&gt;
      real time           0.79 seconds&lt;BR /&gt;
      cpu time            0.11 seconds&lt;BR /&gt;
&lt;BR /&gt;
i am trying to import one excel sheet in which var names are in 2nd row and data is starting from 3rd row. i am using sas 8.2.</description>
      <pubDate>Tue, 30 Jun 2009 15:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50287#M13710</guid>
      <dc:creator>Pavan_SAS</dc:creator>
      <dc:date>2009-06-30T15:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc import</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50288#M13711</link>
      <description>It would be most helpful for you to share the expanded SAS log output revealing more about the SAS processing, much as the SAS diagnostic message states, "See SAS Log for details."&lt;BR /&gt;
&lt;BR /&gt;
Post a reply with the relevant SAS-generated DATA step processing and I expect there will be some particular diagnostic information there -- also you may want to investigate the XLS document as well for possible issues.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 30 Jun 2009 15:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50288#M13711</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-30T15:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: proc import</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50289#M13712</link>
      <description>First - check the syntax and exact content of your entire SHEET= keyword, more specifically the surrounding quote and double-quote characters specified (and revealed in the SAS log diagnostic message.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 30 Jun 2009 16:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50289#M13712</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-30T16:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: proc import</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50290#M13713</link>
      <description>what i have observed is:&lt;BR /&gt;
&lt;BR /&gt;
if i have removed the space(between AC and Production) and single quotes which are inside double quotes from sheet name " 'AC Production_Pavan$' ",&lt;BR /&gt;
means if i will keep as "ACProduction_Pavan$", i am getting the result without any errors.&lt;BR /&gt;
&lt;BR /&gt;
here i understud that becas of spaces with in the sheet name, they have kept single quotes within double quotes. If i will remove single quotes without removing the space, also i am getting wrong result.&lt;BR /&gt;
&lt;BR /&gt;
so, now our issues is that how i can read sheet name which contains spaces?</description>
      <pubDate>Tue, 30 Jun 2009 16:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50290#M13713</guid>
      <dc:creator>Pavan_SAS</dc:creator>
      <dc:date>2009-06-30T16:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc import</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50291#M13714</link>
      <description>Have a look at the DOC - both SHEET= and RANGE= parameters can be enclosed in double-quotes.  Also there is some mention about coding the trailing "$" for the sheet, which you may want to also review for relevance.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
SAS Support website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; - the 9.2 doc here should be relevant to your interests, I would say:&lt;BR /&gt;
&lt;BR /&gt;
SAS/ACCESS(R) 9.2 Interface to PC Files: Reference&lt;BR /&gt;
Microsoft Excel Workbook Files&lt;BR /&gt;
Microsoft Excel Files Essentials &lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/61891/HTML/default/a003103761.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/61891/HTML/default/a003103761.htm&lt;/A&gt;</description>
      <pubDate>Tue, 30 Jun 2009 16:57:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import/m-p/50291#M13714</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-30T16:57:45Z</dc:date>
    </item>
  </channel>
</rss>

