<?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: XLSX engine cannot be found in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864508#M341408</link>
    <description>&lt;P&gt;I did run that, and got a whole list of items.&amp;nbsp; I posted in the lines regarding PC Files from licensing proc (I forget the syntax) and the product status.&amp;nbsp; I didn't see anything about XLSX in either of the results though.&amp;nbsp; Should I expect to see XLSX if it's licensed and/or installed?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 12:37:32 GMT</pubDate>
    <dc:creator>bphillips79</dc:creator>
    <dc:date>2023-03-16T12:37:32Z</dc:date>
    <item>
      <title>XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864334#M341350</link>
      <description>&lt;P&gt;Hi folks -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SAS's learning tool and I've run into a problem when trying to access the XLSX engine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running: 9.4 TS LEVEL 1M5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;options validvarname=v7;&lt;BR /&gt;libname NP XLSX "U:\My SAS Files\9.4\coursefiles\EPG1V2\data\np_info.xlsx";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error I'm getting:&lt;/P&gt;&lt;P&gt;1 options validvarname=v7;&lt;BR /&gt;2 libname NP XLSX "U:\My SAS Files\9.4\coursefiles\EPG1V2\data\np_info.xlsx";&lt;BR /&gt;ERROR: The XLSX engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked to see if Interface to PC was licensed and installed:&lt;/P&gt;&lt;P&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;31JUL2023&lt;/P&gt;&lt;P&gt;For SAS/ACCESS Interface to PC Files ...&lt;BR /&gt;Custom version information: 9.4_M5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 15:14:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864334#M341350</guid>
      <dc:creator>bphillips79</dc:creator>
      <dc:date>2023-03-15T15:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864405#M341369</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/440839"&gt;@bphillips79&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi folks -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using SAS's learning tool and I've run into a problem when trying to access the XLSX engine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm running: 9.4 TS LEVEL 1M5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code:&lt;/P&gt;
&lt;P&gt;options validvarname=v7;&lt;BR /&gt;libname NP XLSX "U:\My SAS Files\9.4\coursefiles\EPG1V2\data\np_info.xlsx";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error I'm getting:&lt;/P&gt;
&lt;P&gt;1 options validvarname=v7;&lt;BR /&gt;2 libname NP XLSX "U:\My SAS Files\9.4\coursefiles\EPG1V2\data\np_info.xlsx";&lt;BR /&gt;ERROR: The XLSX engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked to see if Interface to PC was licensed and installed:&lt;/P&gt;
&lt;P&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;31JUL2023&lt;/P&gt;
&lt;P&gt;For SAS/ACCESS Interface to PC Files ...&lt;BR /&gt;Custom version information: 9.4_M5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you referring to SAS OnDemand for Academics or something else?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 19:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864405#M341369</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-03-15T19:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864411#M341371</link>
      <description>Hi: If you are using SAS OnDemand for Academics, the code for the class does work on the SAS OnDemand server. What will NOT work is the U: drive location you show. SAS OnDemand for Academics will NOT read any location except for OnDemand server files. Also, I'm confused by the SAS version you show because the OnDemand server is using a more current version. However, the XLSX engine was included in SAS Access for PC File Formats starting with SAS 9.4 Maintenance Release 2, so if you are by any chance using a LOCAL installation of SAS, it is possible that you don't have the XLSX engine because it was not part of your configuration.&lt;BR /&gt;Cynthia</description>
      <pubDate>Wed, 15 Mar 2023 20:45:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864411#M341371</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-03-15T20:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864415#M341375</link>
      <description>&lt;P&gt;Run PROC PRODUCT_STATUS to see if everything is installed properly.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 21:02:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864415#M341375</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-03-15T21:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864502#M341404</link>
      <description>&lt;P&gt;Hi Cynthia -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I realize I wasn't clear in my initial question.&amp;nbsp; I'm using a SAS video training module and their provided files, but doing the activities on my local install.&amp;nbsp; However, to your point about XLSX and PC File Formats, I think I have Interface to PC Files installed.&amp;nbsp; That's what "&lt;SPAN&gt;For SAS/ACCESS Interface to PC Files ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Custom version information: 9.4_M5" means, correct?&amp;nbsp; And&amp;nbsp;&lt;/SPAN&gt;if I have do Interface to PC Files do I call PC Files or XLSX in my program?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 12:31:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864502#M341404</guid>
      <dc:creator>bphillips79</dc:creator>
      <dc:date>2023-03-16T12:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864503#M341405</link>
      <description>&lt;P&gt;Something else.&amp;nbsp; I realize now I wasn't clear.&amp;nbsp; I'm watching a SAS provided training video module and using the accompanying files they provided.&amp;nbsp; But I'm doing so on my local machine install.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 12:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864503#M341405</guid>
      <dc:creator>bphillips79</dc:creator>
      <dc:date>2023-03-16T12:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864508#M341408</link>
      <description>&lt;P&gt;I did run that, and got a whole list of items.&amp;nbsp; I posted in the lines regarding PC Files from licensing proc (I forget the syntax) and the product status.&amp;nbsp; I didn't see anything about XLSX in either of the results though.&amp;nbsp; Should I expect to see XLSX if it's licensed and/or installed?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 12:37:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864508#M341408</guid>
      <dc:creator>bphillips79</dc:creator>
      <dc:date>2023-03-16T12:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864592#M341428</link>
      <description>&lt;P&gt;If PRODUCT_STATUS shows ACCESS to PC Files as installed without issues, then you need to open a track with SAS technical support. The XLSX engine is part of that module.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 15:59:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864592#M341428</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-03-16T15:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864665#M341445</link>
      <description>Hi:&lt;BR /&gt;  Look in the Course Overview and Data Setup section at the top of the Table of Contents. There are 3 methods of making the data for your own SAS installation. The instructions you follow depend on the type of installation you have. If it turns out that you do not have SAS/Access for PC Files installed (this is what you need -- it contains the XLSX engine), then your best choice for practicing your be to use one of these options:&lt;BR /&gt;1) Use the Virtual Lab and SAS Studio that is INSIDE the course on the right side of the screen or&lt;BR /&gt;2) set up a SAS OnDemand account and use SAS Studio with SAS OnDemand to practice. &lt;BR /&gt;There is NOT any data setup required to use option 1. There is 1 folder to make and 1 program to run to do the data setup for #2. &lt;BR /&gt;Hope this helps,&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 16 Mar 2023 20:06:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864665#M341445</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-03-16T20:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864681#M341450</link>
      <description>&lt;P&gt;I suggest you try the EXCEL engine as well and post the results of this statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; libname NP Excel "U:\My SAS Files\9.4\coursefiles\EPG1V2\data\np_info.xlsx";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This engine uses components of MS Office so that would need to be installed as well.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 20:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864681#M341450</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-03-16T20:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864725#M341462</link>
      <description>&lt;P&gt;Talk to your local SAS support to find out why XLSX engine is not working.&amp;nbsp; Or open a ticket with SAS Technical Support.&amp;nbsp;&amp;nbsp;&lt;A href="https://support.sas.com/en/technical-support.html" target="_blank"&gt;https://support.sas.com/en/technical-support.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could always just open the XLSX file with a spreadsheet program and save the sheet as a delimited text file (such as a CSV).&amp;nbsp; Then you can read the text file using a data step.&amp;nbsp; There is no way the data step modules are not installed because then SAS wouldn't work at all.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 02:37:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864725#M341462</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-03-17T02:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864809#M341496</link>
      <description>&lt;P&gt;I ended up submitting a ticket.&amp;nbsp; Turns out I have 64 bit SAS and 32 bit MS Office.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 12:12:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864809#M341496</guid>
      <dc:creator>bphillips79</dc:creator>
      <dc:date>2023-03-17T12:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864814#M341501</link>
      <description>&lt;P&gt;I ended up opening a ticket.&amp;nbsp; Discovered I had 64 bit SAS and 32 bit MS Office.&amp;nbsp; Apparently they don't talk to each other unless they're the same.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 12:24:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864814#M341501</guid>
      <dc:creator>bphillips79</dc:creator>
      <dc:date>2023-03-17T12:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864816#M341503</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/440839"&gt;@bphillips79&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I ended up submitting a ticket.&amp;nbsp; Turns out I have 64 bit SAS and 32 bit MS Office.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hm. From everything I know, the XLSX engine does not need any "external" software, so it should not be affected by the Office version installed (it also works on UNIX platforms, where there is no MS Office).&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 12:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864816#M341503</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-03-17T12:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864825#M341506</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/440839"&gt;@bphillips79&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I ended up opening a ticket.&amp;nbsp; Discovered I had 64 bit SAS and 32 bit MS Office.&amp;nbsp; Apparently they don't talk to each other unless they're the same.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That would only have an impact if you tried to use the EXCEL engine.&amp;nbsp; The cause of your issue with the XLSX engine is something else.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 13:06:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XLSX-engine-cannot-be-found/m-p/864825#M341506</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-03-17T13:06:10Z</dc:date>
    </item>
  </channel>
</rss>

