<?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: How to standardize the xlsx, excel etc. engines in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264106#M269254</link>
    <description>&lt;P&gt;What does your output look like when you use:&lt;/P&gt;
&lt;P&gt;proc print data= newlib.sheet1 noobs label;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And are you running under the University Edition?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Apr 2016 07:25:25 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-04-15T07:25:25Z</dc:date>
    <item>
      <title>How to standardize the xlsx, excel etc. engines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264075#M269253</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please anyone consider this small problem and reply a solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following codes are running:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname newlib xlsx '/folders/myfolders/matrix.xlsx';&lt;/P&gt;&lt;P&gt;proc print data= newlib.sheet1 noobs;/*Or use, proc print data= newlib.'Sheet1$'n;&amp;nbsp;if required (depending on your SAS environment*/&lt;BR /&gt;run;&lt;BR /&gt;proc print data= newlib.sheet2 noobs;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both are running but in sheet1 I have no variable names / column headings. But newlib.sheet1 taking first row of my sheet as headings.&lt;/P&gt;&lt;P&gt;So, can I control these things (as we do same in Proc Import by using option getnames=yes/no) as in sheet1 I have no headings while in sheet2 I have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If anyone want to change the engine xlsx (for example, to excel etc.) then he/she can, it does not matter for me.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 04:21:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264075#M269253</guid>
      <dc:creator>AG_Stats</dc:creator>
      <dc:date>2016-04-15T04:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to standardize the xlsx, excel etc. engines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264106#M269254</link>
      <description>&lt;P&gt;What does your output look like when you use:&lt;/P&gt;
&lt;P&gt;proc print data= newlib.sheet1 noobs label;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And are you running under the University Edition?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:25:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264106#M269254</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-04-15T07:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to standardize the xlsx, excel etc. engines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264113#M269255</link>
      <description>&lt;P&gt;I have not seen anyway to pass the equivalent of GETNAMES=NO to the XLSX libname engine.&lt;/P&gt;
&lt;P&gt;I suspect that you will have to use PROC IMPORT to convert that sheet to a dataset.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 08:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264113#M269255</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2016-04-15T08:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to standardize the xlsx, excel etc. engines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264121#M269256</link>
      <description>&lt;P&gt;I have tried the following codes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname newlib xlsx '/folders/myfolders/learning/matrix.xlsx';&lt;/P&gt;&lt;P&gt;proc print data= newlib.sheet1 noobs label;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc print data= newlib.sheet2 noobs label;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And &amp;nbsp;got the following output (print):&lt;/P&gt;&lt;P&gt;(Print of sheet1 is taking values as my variable names)&lt;/P&gt;&lt;P&gt;And yes I am using UE of SAS Studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2807i7F3620920FB241C6/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="2016-04-15.png" title="2016-04-15.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 09:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264121#M269256</guid>
      <dc:creator>AG_Stats</dc:creator>
      <dc:date>2016-04-15T09:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to standardize the xlsx, excel etc. engines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264132#M269257</link>
      <description>&lt;P&gt;You pretty much can't.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You our can create a named range in Excel to import data correctly, or convert to CSV.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Excel ismt a good &amp;nbsp;way to store or transfer information. See many of&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9﻿&lt;/a&gt;&amp;nbsp;post on why this is true.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 11:36:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264132#M269257</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-15T11:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to standardize the xlsx, excel etc. engines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264215#M269258</link>
      <description>&lt;P&gt;If your environment allows it, you could use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;libname newlib Excel '/folders/myfolders/matrix.xlsx' header=no;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 17:41:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264215#M269258</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-04-15T17:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to standardize the xlsx, excel etc. engines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264248#M269259</link>
      <description>&lt;P&gt;No, it is giving following errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;55&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;56&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;57 libname newlib Excel '/folders/myfolders/matrix.xlsx' header=no;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: The EXCEL engine cannot be found.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: Error in the LIBNAME statement.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;59 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Apr 2016 18:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264248#M269259</guid>
      <dc:creator>AG_Stats</dc:creator>
      <dc:date>2016-04-15T18:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to standardize the xlsx, excel etc. engines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264270#M269260</link>
      <description>&lt;P&gt;SAS Excel engine relies on Microsoft ACE software. It cannot work unless you have Microsoft Office installed on your machine. SAS xlsx engine doesn't need ACE to work.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 19:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264270#M269260</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-04-15T19:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to standardize the xlsx, excel etc. engines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264288#M269261</link>
      <description>&lt;P&gt;He's on SAS UE - limited options available.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 20:12:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-standardize-the-xlsx-excel-etc-engines/m-p/264288#M269261</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-15T20:12:54Z</dc:date>
    </item>
  </channel>
</rss>

