<?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 Libname creating unusable datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303617#M64524</link>
    <description>&lt;P&gt;There may be something in the excel file that's causing issues. Try removing worksheets and having very simple excel sheets first.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2016 17:25:23 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-10-10T17:25:23Z</dc:date>
    <item>
      <title>Excel Libname creating unusable datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303605#M64519</link>
      <description>&lt;P&gt;Hello. I am working through the SAS Base Class and am trying to assign a library to an excel document.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When I execute the code as directed in the tutorial, everything works swimmingly.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;libname orionx pcfiles path="&amp;amp;path/Sales.xls";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, I tried to apply it to my own data. The code runs without error. When I open the library, I see Sheet1$, Sheet2$ and Sheet3$.&lt;/P&gt;&lt;P&gt;But there is not data in any of the sets. Also,&amp;nbsp;I receive an error that the table Lx."Sheet1$"n either does not exist or cannot be displayed. None of the tables have any observations. Any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2009 libname lx pcfiles path="&amp;amp;path/TryingItOut.xlsx";&lt;BR /&gt;NOTE: Libref LX was successfully assigned as follows:&lt;BR /&gt;Engine: PCFILES&lt;BR /&gt;Physical Name: H:\UserData\Desktop\ecprg193\TryingItOut.xlsx&lt;BR /&gt;2010 run;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 16:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303605#M64519</guid>
      <dc:creator>KRusso</dc:creator>
      <dc:date>2016-10-10T16:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Libname creating unusable datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303608#M64520</link>
      <description>&lt;P&gt;In the current build of SAS 9.4, you can simply assign a libname &amp;lt;Name&amp;gt; Excel 'c:\folder\File.xlsx'; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try not using PCFiles?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 17:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303608#M64520</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2016-10-10T17:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Libname creating unusable datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303612#M64521</link>
      <description>I receive this error:&lt;BR /&gt;&lt;BR /&gt;libname lx excel "&amp;amp;path/TryingItOut.xlsx";&lt;BR /&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2016 17:18:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303612#M64521</guid>
      <dc:creator>KRusso</dc:creator>
      <dc:date>2016-10-10T17:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Libname creating unusable datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303615#M64522</link>
      <description>Yeah, clearly, we're not working on the same versions of SAS.  Give libname &lt;NAME&gt; XLSX '&lt;LOCATION&gt;'; a try...&lt;BR /&gt;&lt;/LOCATION&gt;&lt;/NAME&gt;</description>
      <pubDate>Mon, 10 Oct 2016 17:22:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303615#M64522</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2016-10-10T17:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Libname creating unusable datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303617#M64524</link>
      <description>&lt;P&gt;There may be something in the excel file that's causing issues. Try removing worksheets and having very simple excel sheets first.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 17:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303617#M64524</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-10T17:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Libname creating unusable datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303626#M64529</link>
      <description>&lt;P&gt;So the odd thing is that if I name the range, it works. Also,&amp;nbsp;It appears that I can reference the datasets in the sheet, I just cannot view them.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 18:15:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303626#M64529</guid>
      <dc:creator>KRusso</dc:creator>
      <dc:date>2016-10-10T18:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Libname creating unusable datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303627#M64530</link>
      <description>Make sure your Excel file is not open when you're running SAS!  If Excel is open, SAS can't get access to the data therein.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2016 18:16:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303627#M64530</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2016-10-10T18:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Libname creating unusable datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303629#M64531</link>
      <description>After I've been trying it again, It appears via proc contents and proc print that the data is there. However, when I try to view in the explorer it does not display. So it's at least functional.</description>
      <pubDate>Mon, 10 Oct 2016 18:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303629#M64531</guid>
      <dc:creator>KRusso</dc:creator>
      <dc:date>2016-10-10T18:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Libname creating unusable datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303630#M64532</link>
      <description>&lt;P&gt;If you haven't tried it try importing with: options validvarname = v7; to see if that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 18:29:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-Libname-creating-unusable-datasets/m-p/303630#M64532</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-10-10T18:29:29Z</dc:date>
    </item>
  </channel>
</rss>

