<?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 sql pass through with excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156269#M30541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No changes.&amp;nbsp; Here is a copy of the code and error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sql dquote=ansi;&lt;/P&gt;&lt;P&gt;connect to excel (header=yes path="&amp;amp;filepath.\&amp;amp;filename.");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create table jude.sampling as&lt;/P&gt;&lt;P&gt;select * from connection to excel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (select * from strata);&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp; Describe:&amp;nbsp; The Microsoft Access database engine could not find the object 'strata'.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Make sure the object exists and that you spell its name and the path name correctly.&amp;nbsp; If&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'strata' is not a local object, check your network connection or contact the server administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, I am not trying to use access but excel.&amp;nbsp; The name and path are correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2014 19:53:33 GMT</pubDate>
    <dc:creator>Jude815</dc:creator>
    <dc:date>2014-03-25T19:53:33Z</dc:date>
    <item>
      <title>Proc sql pass through with excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156267#M30539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use proc sql pass through with excel.&amp;nbsp; I have had the same code and used it for awhile, but now I am getting an error that states the microsoft access engine could not find the object.&amp;nbsp; Any suggestions on how to fix this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 18:17:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156267#M30539</guid>
      <dc:creator>Jude815</dc:creator>
      <dc:date>2014-03-25T18:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql pass through with excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156268#M30540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you changed your version of Excel or your ODBC drivers? Or your OS? A lot of moving parts in such a system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always helps to post your code as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 19:28:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156268#M30540</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-03-25T19:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql pass through with excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156269#M30541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No changes.&amp;nbsp; Here is a copy of the code and error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sql dquote=ansi;&lt;/P&gt;&lt;P&gt;connect to excel (header=yes path="&amp;amp;filepath.\&amp;amp;filename.");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create table jude.sampling as&lt;/P&gt;&lt;P&gt;select * from connection to excel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (select * from strata);&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp; Describe:&amp;nbsp; The Microsoft Access database engine could not find the object 'strata'.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Make sure the object exists and that you spell its name and the path name correctly.&amp;nbsp; If&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'strata' is not a local object, check your network connection or contact the server administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, I am not trying to use access but excel.&amp;nbsp; The name and path are correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 19:53:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156269#M30541</guid>
      <dc:creator>Jude815</dc:creator>
      <dc:date>2014-03-25T19:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql pass through with excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156270#M30542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Strata a sheet name or a named range?&lt;/P&gt;&lt;P&gt;Also, does the case match, ie strata vs Strata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 20:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156270#M30542</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-03-25T20:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql pass through with excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156271#M30543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your file is .xlsx, try to convert it to older format .xls and see if you can access that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 20:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156271#M30543</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-03-25T20:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql pass through with excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156272#M30544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all, I found I had to put my worksheet name in [strata$] and that worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 20:52:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156272#M30544</guid>
      <dc:creator>Jude815</dc:creator>
      <dc:date>2014-03-25T20:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql pass through with excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156273#M30545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;Reeza wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Is Strata a sheet name or a named range?&lt;/P&gt;
&lt;P&gt;Also, does the case match, ie strata vs Strata&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Strata was a sheet name and they were the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next time I will try to be more clear from the beginning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 20:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-pass-through-with-excel/m-p/156273#M30545</guid>
      <dc:creator>Jude815</dc:creator>
      <dc:date>2014-03-25T20:53:28Z</dc:date>
    </item>
  </channel>
</rss>

