<?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: Please help me below question in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448735#M69618</link>
    <description>&lt;P&gt;Save to a sensible format like csv from Excel and read the resulting text file with a SAS data step where you can set attributes as needed. With Excel files, you are forced to live with the guesses proc import makes.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Mar 2018 17:26:32 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-03-26T17:26:32Z</dc:date>
    <item>
      <title>Please help me below question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448713#M69615</link>
      <description>&lt;P&gt;Hi all could please help for below question,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a .xlsb file containing one lakh records in that few of the records of a particular variable has above 500 characters&amp;nbsp; towards bottom of the file, but i could read only up to 250 characters using proc import, how do I read the complete 500 characters?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In simple terms the how to increase the length of the particular record up to 500?&lt;/P&gt;&lt;P&gt;I have tried SCANTEXT, GETNAMES, but nothing worked. Please help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample program which I have tried.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import datafile=work.abc DBMS=excelcs replace out="C:\Users\work\Desktop\abc.xlsb";&lt;/P&gt;&lt;P&gt;sheet=&lt;SPAN&gt;'Repayment';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;getnames="yes";&lt;/P&gt;&lt;P&gt;scantext="yes";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 17:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448713#M69615</guid>
      <dc:creator>kiran_reddy</dc:creator>
      <dc:date>2018-03-26T17:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me below question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448735#M69618</link>
      <description>&lt;P&gt;Save to a sensible format like csv from Excel and read the resulting text file with a SAS data step where you can set attributes as needed. With Excel files, you are forced to live with the guesses proc import makes.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 17:26:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448735#M69618</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-03-26T17:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me below question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448739#M69619</link>
      <description>&lt;P&gt;Proc Import by default scans first 20 rows to identify the maximum variable width. Try &lt;SPAN&gt;&amp;nbsp;GUESSINGROWS=MAX.&amp;nbsp;The maximum value for the GUESSINGROWS= statement for PROC IMPORT when reading a comma, tab, or delimited file is 2147483647 (SAS 9.4)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 17:29:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448739#M69619</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-03-26T17:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me below question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448747#M69620</link>
      <description>&lt;P&gt;Thanks for your replay.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try and let me know if it's working or not, thanks surya&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 17:35:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448747#M69620</guid>
      <dc:creator>kiran_reddy</dc:creator>
      <dc:date>2018-03-26T17:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me below question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448748#M69621</link>
      <description>&lt;P&gt;Hi Kurt, I am tried to convert the file to csv and another formats but the problem is the file is saved in the server and mostly that file updated every day. So that's the reason we can't able to convert that file.&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 17:38:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448748#M69621</guid>
      <dc:creator>kiran_reddy</dc:creator>
      <dc:date>2018-03-26T17:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me below question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448770#M69623</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/195016"&gt;@kiran_reddy&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi Kurt, I am tried to convert the file to csv and another formats but the problem is the file is saved in the server and mostly that file updated every day. So that's the reason we can't able to convert that file.&lt;/P&gt;
&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's absolutely easy to select "save as" when writing the file, so that's no argument at all.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 18:16:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Please-help-me-below-question/m-p/448770#M69623</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-03-26T18:16:22Z</dc:date>
    </item>
  </channel>
</rss>

