<?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: import an excel file with more than 256 columns in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/import-an-excel-file-with-more-than-256-columns/m-p/785446#M250664</link>
    <description>&lt;P&gt;Try using DBMS=XLSX -- it's a more recent method that handles the larger capacity of modern Excel files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;proc import 
 datafile = 'C:\MaRecherche\Value added infrastructure MFs\database\_0_Fundname_Morningstar.xlsx' 
 DBMS = XLSX 
 OUT = mret_morningstar ; 
 sheet="mret_morningstar";
run;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Dec 2021 18:01:21 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2021-12-10T18:01:21Z</dc:date>
    <item>
      <title>import an excel file with more than 256 columns</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-an-excel-file-with-more-than-256-columns/m-p/785443#M250661</link>
      <description>&lt;P&gt;Hello;&lt;/P&gt;
&lt;P&gt;I want to import excel data file to sas. My file has 455 columns but SAS import only 256.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use proc import&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc import datafile = 'C:\MaRecherche\Value added infrastructure MFs\database\_0_Fundname_Morningstar.xlsx' DBMS = Excel OUT = mret_morningstar ; sheet="mret_morningstar";&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 17:38:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-an-excel-file-with-more-than-256-columns/m-p/785443#M250661</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2021-12-10T17:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: import an excel file with more than 256 columns</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-an-excel-file-with-more-than-256-columns/m-p/785446#M250664</link>
      <description>&lt;P&gt;Try using DBMS=XLSX -- it's a more recent method that handles the larger capacity of modern Excel files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;proc import 
 datafile = 'C:\MaRecherche\Value added infrastructure MFs\database\_0_Fundname_Morningstar.xlsx' 
 DBMS = XLSX 
 OUT = mret_morningstar ; 
 sheet="mret_morningstar";
run;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 18:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-an-excel-file-with-more-than-256-columns/m-p/785446#M250664</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-12-10T18:01:21Z</dc:date>
    </item>
  </channel>
</rss>

