<?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 get worksheet names from excel using sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259841#M50334</link>
    <description>&lt;P&gt;Hi &lt;SPAN class="login-bold"&gt;KurtBremser&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your quick help.&lt;/P&gt;&lt;P&gt;The file which i am trying to open is valid xlsx. I mean with valid xlsx extension.&lt;/P&gt;&lt;P&gt;I tried with XLSX engine but got below error as:&lt;/P&gt;&lt;P&gt;libname xls xlsx&amp;nbsp;&amp;nbsp;"C:\test\testfile.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 am currently using SAS 9.3 and i have &lt;U&gt;&lt;STRONG&gt;SAS/ACCESS Interface to PC Files&lt;/STRONG&gt;&lt;/U&gt; installed&amp;nbsp;as copy of Proc setinit from my SAS PC as below:&lt;/P&gt;&lt;P&gt;Product expiration dates:&lt;/P&gt;&lt;P&gt;---Base SAS Software&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS/ETS&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Enterprise Miner&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Text Miner&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;31AUG2016&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;---SAS/ACCESS Interface to PC Files&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;31AUG2016&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;---SAS Enterprise Miner for Desktop&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Add-in for Microsoft Excel&lt;BR /&gt;31AUG2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2016 18:44:58 GMT</pubDate>
    <dc:creator>rajesh_k_jha_accenture_com</dc:creator>
    <dc:date>2016-03-29T18:44:58Z</dc:date>
    <item>
      <title>how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259663#M50251</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get worksheet names from excel in order to validate the available sheets? since sometimes i did not get the required worksheets as part of excel and my sas codes starts throwing error for the same with proc import.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried below code for finding out the worksheet names available:&lt;/P&gt;&lt;P&gt;libname xls excel 'C:\test\testfile.xlsx';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data t;&lt;BR /&gt;set sashelp.vtable;&lt;BR /&gt;where libname = 'XLS';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But continiously getting below error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;104 libname xls excel&lt;BR /&gt;104! '&lt;SPAN&gt;C:\test\testfile.xlsx&lt;/SPAN&gt;.xlsx';&lt;BR /&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;105 data t;&lt;BR /&gt;106 set sashelp.vtable;&lt;BR /&gt;107 where libname = 'XLS';&lt;BR /&gt;108 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me on the same to resolve this error as I am stuck here!!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 13:44:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259663#M50251</guid>
      <dc:creator>rajesh_k_jha_accenture_com</dc:creator>
      <dc:date>2016-03-29T13:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259671#M50255</link>
      <description>&lt;P&gt;Why not solve the "problem" whch is that your using Excel. &amp;nbsp;I would assum ethat you also don't have an import agreement - i.e. a document which details the strcuture and possibly contents of the data, which both parties have agreed to? &amp;nbsp;If not, whatever you do is going to be hard to maintain, validate, use further. &amp;nbsp;Simply put, Excel is not a good medium for "data".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now there are no SAS functions to check Excel properties. &amp;nbsp;you could use (version 9.4) libname excel. &amp;nbsp;This can create a library reference to an XLSX file, and datasets witihin that library for each sheet. &amp;nbsp;You could then take the information from sashelp.vtables where library=that libref. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, this is all just trying to plaster up a poor data transfer process, and it will never work well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for your code:&lt;/P&gt;
&lt;PRE&gt;libname xls excel 's:\temp\rob\a.xlsx';
data want;
  set sashelp.vtable;
  where libname="XLS";
run;
libname xls clear;&lt;/PRE&gt;
&lt;P&gt;The above worked fine for me. &amp;nbsp;Are you using Sas 9.4? &amp;nbsp;Is the file your accessing an actual XLSX file - not what the extension is called, I mean is it actually saved out of Excel as their native file, i.e. its not an XML file, or CSV or something else which can be processed by Excel. &amp;nbsp;If the above are fine, make sure you have PC files access lilcensed, you also don't mention what operating system you are on.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 14:01:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259671#M50255</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-03-29T14:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259673#M50256</link>
      <description>&lt;P&gt;Your error comes from either:&lt;/P&gt;
&lt;P&gt;- you don't have SAS/ACCESS to PC Files licensed&lt;/P&gt;
&lt;P&gt;- SAS/ACCESS was not correctly installed&lt;/P&gt;
&lt;P&gt;- your SAS is not installed on Windows&lt;/P&gt;
&lt;P&gt;- you have a bitness (64/32) problem between SAS and the installed MS Office&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might try to use the XLSX engine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A much better solution is to switch from dungheap shuffling (aka "working with Excel") to transfer your data in a &lt;U&gt;data transfer format&lt;/U&gt; like .CSV, fixed column text files, or XML.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 14:05:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259673#M50256</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-03-29T14:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259833#M50331</link>
      <description>&lt;P&gt;Hi RW9,&lt;/P&gt;&lt;P&gt;Thanks for your quick help.&lt;/P&gt;&lt;P&gt;The file which i am trying to open is valid xlsx. I mean with valid xlsx extension.&lt;/P&gt;&lt;P&gt;I am currently using SAS 9.3 and i have &lt;U&gt;&lt;STRONG&gt;SAS/ACCESS Interface to PC Files&lt;/STRONG&gt;&lt;/U&gt; installed&amp;nbsp;as copy of Proc setinit from my SAS PC as below:&lt;/P&gt;&lt;P&gt;Product expiration dates:&lt;/P&gt;&lt;P&gt;---Base SAS Software&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS/ETS&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Enterprise Miner&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Text Miner&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;31AUG2016&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;---SAS/ACCESS Interface to PC Files&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;31AUG2016&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;---SAS Enterprise Miner for Desktop&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Add-in for Microsoft Excel&lt;BR /&gt;31AUG2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 18:24:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259833#M50331</guid>
      <dc:creator>rajesh_k_jha_accenture_com</dc:creator>
      <dc:date>2016-03-29T18:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259841#M50334</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="login-bold"&gt;KurtBremser&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your quick help.&lt;/P&gt;&lt;P&gt;The file which i am trying to open is valid xlsx. I mean with valid xlsx extension.&lt;/P&gt;&lt;P&gt;I tried with XLSX engine but got below error as:&lt;/P&gt;&lt;P&gt;libname xls xlsx&amp;nbsp;&amp;nbsp;"C:\test\testfile.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 am currently using SAS 9.3 and i have &lt;U&gt;&lt;STRONG&gt;SAS/ACCESS Interface to PC Files&lt;/STRONG&gt;&lt;/U&gt; installed&amp;nbsp;as copy of Proc setinit from my SAS PC as below:&lt;/P&gt;&lt;P&gt;Product expiration dates:&lt;/P&gt;&lt;P&gt;---Base SAS Software&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS/ETS&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Enterprise Miner&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Text Miner&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;31AUG2016&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;---SAS/ACCESS Interface to PC Files&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;31AUG2016&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;---SAS Enterprise Miner for Desktop&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;31AUG2016&lt;BR /&gt;---SAS Add-in for Microsoft Excel&lt;BR /&gt;31AUG2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 18:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259841#M50334</guid>
      <dc:creator>rajesh_k_jha_accenture_com</dc:creator>
      <dc:date>2016-03-29T18:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259857#M50341</link>
      <description>&lt;P&gt;Yes, libname excel is 9.4 only. &amp;nbsp;You could have bitness problems, are you running on Windows? &amp;nbsp;I still suspect the file isn't an XLSX file - right click on it and open in text pad, if it looks like XML then you don't have a valid XLSX file. &amp;nbsp;A valid XLSX file is actually a ZIP file, you can change the .XLSX to .ZIP and then double click on it, you will see subdirectories and .XML files within. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyways, without knowing OS/BItness, why not do this the other way round. &amp;nbsp;If your fixed on using Excel then just push out the information to a usable format from there. &amp;nbsp;Excel has VBA with which you can write code - doesn't necessarily have to be in your data file - youo could have your own excel file with functions and run from there. &amp;nbsp;Its a very simple task from there to write a text file with sheet names, or any metadata really:&lt;/P&gt;
&lt;PRE&gt;Sub WriteNames()
    Open "c:\Sheets.txt" For Output As #1
    For i = 1 To ActiveWorkbook.Sheets.Count
        Write #1, ActiveWorkbook.Sheets(i).Name
    Next i
    Close #1
End Sub&lt;/PRE&gt;
&lt;P&gt;This assumes the activesheet is the one to export sheet names from.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259857#M50341</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-03-29T19:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259862#M50343</link>
      <description>For 9.3 XKSX is not a supported engine,  EXCEL us. &lt;BR /&gt;It supports Excel up to 2010. What version do you have, what version was the file created in? &lt;BR /&gt;And again, check the bits (SAS vs Office).&lt;BR /&gt;The libname is assigned in a Windows SAS session, right?</description>
      <pubDate>Tue, 29 Mar 2016 19:27:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259862#M50343</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-29T19:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259880#M50347</link>
      <description>&lt;P&gt;I have Office 2013 and Yes, Libname is assigned in Window SAS .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding, Checking the bits (SAS vs Office), what steps do i need to follow. Could you please guide me&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259880#M50347</guid>
      <dc:creator>rajesh_k_jha_accenture_com</dc:creator>
      <dc:date>2016-03-29T19:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259944#M50360</link>
      <description>Its likely SAS is 64bit and Excel is 32 bit. &lt;BR /&gt;&lt;BR /&gt;Try Using excelcs instead of excel. Or PCFiles. &lt;BR /&gt;&lt;BR /&gt;Libname xls pcfiles path="path to excelfile";&lt;BR /&gt;&lt;BR /&gt;Or &lt;BR /&gt;&lt;BR /&gt;Libname xls ExcelCS "path to excel file";</description>
      <pubDate>Wed, 30 Mar 2016 02:51:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259944#M50360</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-30T02:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259947#M50362</link>
      <description>Since it looks like you have a desktop higher end license I would also suggest upgrading since its free. Contact your SAS contact for info on how to upgrade.</description>
      <pubDate>Wed, 30 Mar 2016 02:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259947#M50362</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-30T02:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259965#M50367</link>
      <description>&lt;P&gt;Why, for $DEITY's sake, go through all the hassles?&lt;/P&gt;
&lt;P&gt;Save the sheets as distinct .csv files, and import those. This is completely independent from SAS licensing and will work across ALL platforms/environments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Excel native formats are no valid data transfer tool!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 05:31:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259965#M50367</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-03-30T05:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to get worksheet names from excel using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259967#M50368</link>
      <description>&lt;P&gt;HI Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your much needed help.&amp;nbsp; Really appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, it worked with your library decalration given as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Libname xls pcfiles path="path to excelfile";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I utilized them in my code&amp;nbsp;as below&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;libname&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; xls pcfiles path= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"C:\test\testfile.xlsx"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; t;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;set&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; sashelp.vtable;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;where&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; libname = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'XLS'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;Regards,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;Rajesh&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 05:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-worksheet-names-from-excel-using-sas/m-p/259967#M50368</guid>
      <dc:creator>rajesh_k_jha_accenture_com</dc:creator>
      <dc:date>2016-03-30T05:57:24Z</dc:date>
    </item>
  </channel>
</rss>

