<?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 pull in Excel sheet names in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668705#M200491</link>
    <description>&lt;P&gt;I ran the proc contents and got this error message. Please advise.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;proc contents data='/home/sandhyatippur/cert/input/test_tabs.xlsx';&lt;/DIV&gt;
&lt;DIV id="sasLogError1_1594590216505" class="sasError"&gt;ERROR: Extension for physical file name "/home/sandhyatippur/cert/input/test_tabs.xlsx" does not correspond to a valid member type.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Sun, 12 Jul 2020 21:46:07 GMT</pubDate>
    <dc:creator>stippur</dc:creator>
    <dc:date>2020-07-12T21:46:07Z</dc:date>
    <item>
      <title>How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668691#M200488</link>
      <description>&lt;P&gt;Can anyone please let me know how to pull in an Excel file and be able to figure out the names of the sheet within the file? Please see the following code below... it some how is not working for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname inexcel xlsx 'home/sandhyatippur/cert/input/test_tabs.xlsx';&lt;/P&gt;&lt;P&gt;proc copy in=inexcel out=work;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 21:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668691#M200488</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-07-12T21:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668693#M200489</link>
      <description>&lt;P&gt;That won't get the names, it will get the actual sheets.&amp;nbsp; You could see the name by looking at the log.&lt;/P&gt;
&lt;P&gt;Note your path is missing the root node, and so will probably not work since I doubt your SAS session is running with the root node as the current working directory.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname inexcel xlsx '/home/sandhyatippur/cert/input/test_tabs.xlsx';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you just want to get the names and not actually copy the data then you can use PROC CONTENTS.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 21:08:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668693#M200489</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-07-12T21:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668696#M200490</link>
      <description>Thanks so much for your help!!!&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jul 2020 21:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668696#M200490</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-07-12T21:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668705#M200491</link>
      <description>&lt;P&gt;I ran the proc contents and got this error message. Please advise.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;proc contents data='/home/sandhyatippur/cert/input/test_tabs.xlsx';&lt;/DIV&gt;
&lt;DIV id="sasLogError1_1594590216505" class="sasError"&gt;ERROR: Extension for physical file name "/home/sandhyatippur/cert/input/test_tabs.xlsx" does not correspond to a valid member type.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 12 Jul 2020 21:46:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668705#M200491</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-07-12T21:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668710#M200494</link>
      <description>&lt;P&gt;That's not how you use PROC CONTENTS. Please refer to SAS documentation for the correct usage. This example should help you:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n0i4dlelaoofiqn1vg1tsdiq7lfq.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n0i4dlelaoofiqn1vg1tsdiq7lfq.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use either PROC DATASETS or PROC CONTENTS with the DIRECTORY option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 22:35:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668710#M200494</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-07-12T22:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668712#M200495</link>
      <description>&lt;P&gt;You need to use the libref you create with the LIBNAME statement.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=inexcel._all_;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 12 Jul 2020 23:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668712#M200495</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-07-12T23:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668713#M200496</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname inexcel xlsx 'home/sandhyatippur/cert/input/test_tabs.xlsx';

proc contents data=inexcel._all_;
run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;PROC COPY will import all the excel sheets and data ranges that have valid data into your specified SAS library.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the to only select specific sheets, specify them in the PROC COPY.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc copy in=inexcel out=work;
select Sheet1 Sheet2;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note that if your sheet names have spaces you will need to refer to them in the following manner, note the usage of the quotes and n. This is known as the name literal method of referencing a variable and is likely an issue you will run into quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;'Sheet Name With Spaces'n&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 12 Jul 2020 23:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668713#M200496</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-12T23:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668740#M200509</link>
      <description>&lt;P&gt;Thanks for your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 04:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668740#M200509</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-07-13T04:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668757#M200520</link>
      <description>&lt;P&gt;Query the proper DICTIONARY table:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname inexcel xlsx '/home/sandhyatippur/cert/input/test_tabs.xlsx';

proc sql;
select memname from dictionary.tables where libname = "INEXCEL";
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Jul 2020 08:10:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668757#M200520</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-13T08:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668759#M200521</link>
      <description>&lt;P&gt;&lt;SPAN class="token keyword" style="box-sizing: border-box; color: #0077aa; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;libname&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: black; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt; inexcel xlsx &lt;/SPAN&gt;&lt;SPAN class="token string" style="box-sizing: border-box; color: #669900; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;'/home/sandhyatippur/cert/input/test_tabs.xlsx'&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;import&lt;/STRONG&gt; datafile="/home/sandhyatippur/cert/input/test_tabs.xlsx"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out=test dbms=xlsx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; replace;&lt;/P&gt;&lt;P&gt;getnames=yes;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 08:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668759#M200521</guid>
      <dc:creator>rabindrakumar1</dc:creator>
      <dc:date>2020-07-13T08:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668897#M200561</link>
      <description>I tried using proc import like you mentioned and the error message I got is:&lt;BR /&gt;&lt;BR /&gt;ERROR: Physical file does not exist,&lt;BR /&gt;/home/sandhyatippur/cert/input//test_tabs.&lt;BR /&gt;&lt;BR /&gt;libname inexcel xlsx '/home/sandhyatippur/cert/input/test_tabs.xlsx';&lt;BR /&gt;&lt;BR /&gt; proc import datafile='/home/sandhyatippur/cert/input/test_tabs.xlsx'&lt;BR /&gt;  out=test dbms=xlsx&lt;BR /&gt;  replace;&lt;BR /&gt;  getnames=yes;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;please advise. Thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2020 17:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668897#M200561</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-07-13T17:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668899#M200563</link>
      <description>Show the log with the error messages. &lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2020 17:55:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668899#M200563</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-13T17:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668910#M200569</link>
      <description>please see error from my log&lt;BR /&gt;&lt;BR /&gt;73 libname inexcel xlsx '/home/sandhyatippur/cert/input/test_tabs.xlsx';&lt;BR /&gt;NOTE: Libref INEXCEL was successfully assigned as follows:&lt;BR /&gt;Engine: XLSX&lt;BR /&gt;Physical Name: /home/sandhyatippur/cert/input/test_tabs.xlsx&lt;BR /&gt;74&lt;BR /&gt;75&lt;BR /&gt;76&lt;BR /&gt;77 proc import datafile='/home/sandhyatippur/cert/input/test_tabs.xlsx'&lt;BR /&gt;78 out=test dbms=xlsx&lt;BR /&gt;79 replace;&lt;BR /&gt;80 getnames=yes;&lt;BR /&gt;81 run;&lt;BR /&gt;ERROR: Physical file does not exist,&lt;BR /&gt;/home/sandhyatippur/cert/input//test_tabs.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2020 18:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668910#M200569</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-07-13T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668921#M200574</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Add this line of code right before your LIBNAME statement, and respond with the result shown in the log:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put &amp;amp;=SYSSCPL;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 11:42:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668921#M200574</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2020-07-14T11:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668927#M200578</link>
      <description>Go to Servers Folders and Files, find the file and then right click it and select properties. That will show you the path to your files.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2020 19:01:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668927#M200578</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-13T19:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668936#M200585</link>
      <description>&lt;P&gt;The success of the LIBNAME statement tells you nothing, as it can be used in this way to create a new Excel file (which will be created physically when the first table is written to it).&lt;/P&gt;
&lt;P&gt;When SAS tells you a file is not there, then it is not there, period.&lt;/P&gt;
&lt;P&gt;Check the presence of the file (log on to the server and do directory listings with ls), and make sure you have the correct spelling (keep in mind that the UNIX system is case sensitive, Test_tabs.xlsx is different from test_tabs.xlsx).&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 19:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/668936#M200585</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-13T19:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/669087#M200674</link>
      <description>Please see the log message below.&lt;BR /&gt;&lt;BR /&gt;%put &amp;amp;=SYSSCPL&lt;BR /&gt;74&lt;BR /&gt;75 libname inexcel xlsx '/home/sandhyatippur/cert/input/test_tab.xlsx';&lt;BR /&gt;SYSSCPL=Linux libname inexcel xlsx&lt;BR /&gt;'/home/sandhyatippur/cert/input/test_tab.xlsx'&lt;BR /&gt;76&lt;BR /&gt;77 proc sql;&lt;BR /&gt;78 select memname from dictionary.tables where libname ="inexcel";&lt;BR /&gt;NOTE: No rows were selected.&lt;BR /&gt;79 quit;&lt;BR /&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;user cpu time 0.01 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 5291.93k&lt;BR /&gt;OS Memory 33960.00k&lt;BR /&gt;Timestamp 07/14/2020 05:29:26 AM&lt;BR /&gt;Step Count 24 Switch Count 0&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 534&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 0&lt;BR /&gt;Involuntary Context Switches 1&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;BR /&gt;80&lt;BR /&gt;81 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jul 2020 05:33:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/669087#M200674</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-07-14T05:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/669088#M200675</link>
      <description>Thanks so much for your help.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jul 2020 05:33:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/669088#M200675</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-07-14T05:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/669090#M200677</link>
      <description>&lt;P&gt;Libnames in SAS can be written in lowercase, but SAS itself keeps them always in uppercase, so your SQL statement must be:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;select memname from dictionary.tables where libname ="INEXCEL";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to have any chance of succeeding.&lt;/P&gt;
&lt;P&gt;If the SQL still returns no rows, then the Excel file has no sheets (unlikely), or it is not there (very likely).&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 05:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/669090#M200677</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-14T05:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull in Excel sheet names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/751057#M236358</link>
      <description>Hi could you be having a reference on the same, thanks, the only challenge with this is that one cannot know the first sheet appearing in the xlsx?&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2021 20:31:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pull-in-Excel-sheet-names/m-p/751057#M236358</guid>
      <dc:creator>himself</dc:creator>
      <dc:date>2021-06-29T20:31:47Z</dc:date>
    </item>
  </channel>
</rss>

