<?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 Import multiple Linux excel workbooks(.xlsx) with same worksheets into a SAS dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-multiple-Linux-excel-workbooks-xlsx-with-same-worksheets/m-p/294879#M61558</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can help me to write a code to Import multiple Linux &amp;nbsp;excel workbooks(.xlsx) with same worksheets into a SAS dataset. I have tried PROC IMPORT but it works only for a workbook.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PROC IMPORT DATAFILE= "/path/*.xlsx" 
OUT= KL_FILES_CONSOLIDATED
DBMS=XLSX
REPLACE;
SHEET="Sheet1"; 
GETNAMES=YES;
DATAROW= 2;
RUN;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2016 16:06:42 GMT</pubDate>
    <dc:creator>jayakumarmm</dc:creator>
    <dc:date>2016-08-29T16:06:42Z</dc:date>
    <item>
      <title>Import multiple Linux excel workbooks(.xlsx) with same worksheets into a SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-multiple-Linux-excel-workbooks-xlsx-with-same-worksheets/m-p/294879#M61558</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can help me to write a code to Import multiple Linux &amp;nbsp;excel workbooks(.xlsx) with same worksheets into a SAS dataset. I have tried PROC IMPORT but it works only for a workbook.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PROC IMPORT DATAFILE= "/path/*.xlsx" 
OUT= KL_FILES_CONSOLIDATED
DBMS=XLSX
REPLACE;
SHEET="Sheet1"; 
GETNAMES=YES;
DATAROW= 2;
RUN;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 16:06:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-multiple-Linux-excel-workbooks-xlsx-with-same-worksheets/m-p/294879#M61558</guid>
      <dc:creator>jayakumarmm</dc:creator>
      <dc:date>2016-08-29T16:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple Linux excel workbooks(.xlsx) with same worksheets into a SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-multiple-Linux-excel-workbooks-xlsx-with-same-worksheets/m-p/294926#M61574</link>
      <description>&lt;P&gt;If you have a satifying code to import one excel file than you can use a macro to read multiple of them.&lt;/P&gt;&lt;P&gt;The structure of the macro depends on the way you prefer define the list of excel files: a whole directory&lt;/P&gt;&lt;P&gt;or specific files from one directory or from different directories, etc.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 19:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-multiple-Linux-excel-workbooks-xlsx-with-same-worksheets/m-p/294926#M61574</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-08-29T19:58:51Z</dc:date>
    </item>
  </channel>
</rss>

