<?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: Excel Engine Not Found on SAS UE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/241200#M44677</link>
    <description>&lt;P&gt;Have been away from the community for a while. Thanks anyways for the article URL. Will read &amp;amp; revert, if necessary. Thanks again. Appreciate much !!&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2015 05:59:12 GMT</pubDate>
    <dc:creator>vs213gm</dc:creator>
    <dc:date>2015-12-30T05:59:12Z</dc:date>
    <item>
      <title>Excel Engine Not Found on SAS UE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238539#M43829</link>
      <description>&lt;P&gt;I saw another post on this subject, but couldn't obtain solution for my trouble. I am using SAS Univ Edition (Linux version), installed on Oracle VirtualBox, which is installed atop Mac OS X 10.10 (Yosemite). Can you please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: My Excel workbook has 2 worksheets.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 17:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238539#M43829</guid>
      <dc:creator>vs213gm</dc:creator>
      <dc:date>2015-12-09T17:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Engine Not Found on SAS UE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238543#M43830</link>
      <description>Your question isn't clear. What are you trying to do that you can't do?&lt;BR /&gt;&lt;BR /&gt;Import an Excel sheet? Use proc import with DBMS = XLSX. You can find the code for proc import in the snippets section.</description>
      <pubDate>Wed, 09 Dec 2015 17:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238543#M43830</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-09T17:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Engine Not Found on SAS UE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238681#M43847</link>
      <description>&lt;P&gt;While trying to assign a libref using either the Excel or the PCFILES PATH option, I encounter the error stated on my post title, i.e. &lt;STRONG&gt;"Excel Engine Not Found on SAS UE"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other things I mentioned in my post were details. I'm using SAS Univ Edition, which is running on Oracle Virtual Box on Ubuntu, installed on Mac OS X 10.10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And while I am not sure if I need to mention this too, I'm running SAS Studio on Firefox 42.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly let me know if the above info suffices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, please let me know how to assign &amp;amp; use a Excel file, which contains two worksheets (let us for this post's sake name the 2 sheets as Abc &amp;amp; Xyz). Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 13:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238681#M43847</guid>
      <dc:creator>vs213gm</dc:creator>
      <dc:date>2015-12-10T13:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Engine Not Found on SAS UE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238701#M43857</link>
      <description>Libname methods aren't supported on Unix, and because the VM is on Unix you can't use the libname method. You need to use proc import.</description>
      <pubDate>Thu, 10 Dec 2015 15:24:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238701#M43857</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-10T15:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Engine Not Found on SAS UE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238737#M43873</link>
      <description>&lt;P&gt;Ok, I think I need to first of all apologize, as I think I am being quite unclear &amp;amp; incoherent in the way i am expressing myself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So let me may be reiterate by saying that I am using SAS Studio on a browser (Firefox, as I mentioned in the last post), which is running on Mac. It is the SAS engine that's running on a VM on Linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This clarification is important as I do not have a problem with using the LIBNAME statement per se (for regular folders). I am struggling only when I use the LIBNAME for Excel file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plus, I have used a script given to me in this community, which uses PROC IMPORT to convert xls/xlsx files to SAS Data Files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With that being said, can someone help me to assign a LIBREF to an Excel File (before it's converted to a SAS Data File)&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 17:17:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238737#M43873</guid>
      <dc:creator>vs213gm</dc:creator>
      <dc:date>2015-12-10T17:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Engine Not Found on SAS UE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238741#M43874</link>
      <description>You can't do what you want to do.&lt;BR /&gt;You cannot assign a LIBNAME to an Excel file using SAS Studio running SAS University Edition.&lt;BR /&gt;&lt;BR /&gt;See the post from Cynthia Zender here:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Excel-and-Lib-statement-on-demand-Excel-Engine/m-p/217831/highlight/true#M53596" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Excel-and-Lib-statement-on-demand-Excel-Engine/m-p/217831/highlight/true#M53596&lt;/A&gt;</description>
      <pubDate>Thu, 10 Dec 2015 17:23:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/238741#M43874</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-10T17:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Engine Not Found on SAS UE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/241200#M44677</link>
      <description>&lt;P&gt;Have been away from the community for a while. Thanks anyways for the article URL. Will read &amp;amp; revert, if necessary. Thanks again. Appreciate much !!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 05:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Engine-Not-Found-on-SAS-UE/m-p/241200#M44677</guid>
      <dc:creator>vs213gm</dc:creator>
      <dc:date>2015-12-30T05:59:12Z</dc:date>
    </item>
  </channel>
</rss>

