<?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 read xls file sheet names and keep in one dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725739#M225481</link>
    <description>&lt;P&gt;Maybe this link will provide the answer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/nesug/nesug12/cc/cc37.pdf" target="_blank"&gt;https://www.lexjansen.com/nesug/nesug12/cc/cc37.pdf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Mar 2021 09:39:52 GMT</pubDate>
    <dc:creator>DJongman</dc:creator>
    <dc:date>2021-03-12T09:39:52Z</dc:date>
    <item>
      <title>how to read xls file sheet names and keep in one dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725737#M225479</link>
      <description>&lt;P&gt;I have xls file path is 'D:\Parc\file_dump.xls' . In this file I have sheet names so how to read those sheet names&lt;/P&gt;
&lt;P&gt;and create one dataset like (sheet names are class,car) . and&amp;nbsp; how to count no.of sheets.&lt;/P&gt;
&lt;P&gt;For ref:&lt;/P&gt;
&lt;P&gt;sheet_names&lt;/P&gt;
&lt;P&gt;1)class&lt;/P&gt;
&lt;P&gt;2)car&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:17:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725737#M225479</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2021-03-12T09:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xls file sheet names and keep in one dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725739#M225481</link>
      <description>&lt;P&gt;Maybe this link will provide the answer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/nesug/nesug12/cc/cc37.pdf" target="_blank"&gt;https://www.lexjansen.com/nesug/nesug12/cc/cc37.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:39:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725739#M225481</guid>
      <dc:creator>DJongman</dc:creator>
      <dc:date>2021-03-12T09:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xls file sheet names and keep in one dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725743#M225484</link>
      <description>In the pdf file we are mentioning sheet names dm , mh sheets. but I don't&lt;BR /&gt;know sheet names so how to read sheet names&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725743#M225484</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2021-03-12T09:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xls file sheet names and keep in one dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725780#M225510</link>
      <description>&lt;P&gt;You could try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Management/Importing-multiple-Excel-sheets/td-p/296480" target="_blank"&gt;https://communities.sas.com/t5/SAS-Data-Management/Importing-multiple-Excel-sheets/td-p/296480&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 13:14:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725780#M225510</guid>
      <dc:creator>DJongman</dc:creator>
      <dc:date>2021-03-12T13:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xls file sheet names and keep in one dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725781#M225511</link>
      <description>&lt;P&gt;libname my excel 'c:\test\nero_example.xls';&lt;BR /&gt;data my_sheet(keep=sheet);&lt;BR /&gt;set sashelp.vtable(where=(libname eq 'MY'));&lt;BR /&gt;sheet=memname;&lt;BR /&gt;run;&lt;BR /&gt;libname my clear;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 13:17:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-xls-file-sheet-names-and-keep-in-one-dataset/m-p/725781#M225511</guid>
      <dc:creator>nero-it</dc:creator>
      <dc:date>2021-03-12T13:17:18Z</dc:date>
    </item>
  </channel>
</rss>

