<?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: problem of importing  excel file with big cell in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/problem-of-importing-excel-file-with-big-cell/m-p/93030#M26471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found a post at this link that helped me to solve the problem. It is not elegant, but it works.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/thread/33890?start=0&amp;amp;tstart=0"&gt;https://communities.sas.com/thread/33890?start=0&amp;amp;tstart=0&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS should provide an option for the user to control how many rows to scan instead of relying on the windows registry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 19:07:38 GMT</pubDate>
    <dc:creator>fd2010</dc:creator>
    <dc:date>2012-06-27T19:07:38Z</dc:date>
    <item>
      <title>problem of importing  excel file with big cell</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/problem-of-importing-excel-file-with-big-cell/m-p/93028#M26469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use proc import excel file(.xls) into SAS ,some cells with very long character will be trimed after they come to SAS dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT &lt;BR /&gt;OUT= one&lt;BR /&gt;DATAFILE= "c:\new\process.xls"&lt;BR /&gt;DBMS=EXCEL REPLACE; &lt;/P&gt;&lt;P&gt;SHEET="detail$"; &lt;/P&gt;&lt;P&gt;GETNAMES=YES; &lt;BR /&gt;MIXED=YES; &lt;BR /&gt;USEDATE=YES; &lt;BR /&gt;SCANTIME=YES; &lt;BR /&gt;RUN; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 22:01:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/problem-of-importing-excel-file-with-big-cell/m-p/93028#M26469</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-06-26T22:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem of importing  excel file with big cell</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/problem-of-importing-excel-file-with-big-cell/m-p/93029#M26470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the TEXTSIZE= option to your IMPORT program as a separate statement (eg textsize = 4096;). By default the maximum text size is 1024 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful link here: &lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a003103761.htm"&gt;http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a003103761.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, you should find it quicker to search for these answers yourself, by looking at the PROC IMPORT SAS Help or online SAS documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the above link by searching SAS support with the key words:maximum variable length import procedure&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 23:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/problem-of-importing-excel-file-with-big-cell/m-p/93029#M26470</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-06-26T23:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem of importing  excel file with big cell</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/problem-of-importing-excel-file-with-big-cell/m-p/93030#M26471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found a post at this link that helped me to solve the problem. It is not elegant, but it works.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/thread/33890?start=0&amp;amp;tstart=0"&gt;https://communities.sas.com/thread/33890?start=0&amp;amp;tstart=0&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS should provide an option for the user to control how many rows to scan instead of relying on the windows registry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 19:07:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/problem-of-importing-excel-file-with-big-cell/m-p/93030#M26471</guid>
      <dc:creator>fd2010</dc:creator>
      <dc:date>2012-06-27T19:07:38Z</dc:date>
    </item>
  </channel>
</rss>

