<?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: DLM   and guessrow in proc import in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62441#M17762</link>
    <description>textsize= and scantext=  are only of use with dbms=Excel...&lt;BR /&gt;
and not in case of dbms=dlm or csv&lt;BR /&gt;
&lt;BR /&gt;
and there are more than 500 variable and 32000 lines&lt;BR /&gt;
&lt;BR /&gt;
I shall  try the Access way and report if it is not working correct&lt;BR /&gt;
due to a field length limit&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
    <pubDate>Thu, 20 Nov 2008 11:58:25 GMT</pubDate>
    <dc:creator>Andre</dc:creator>
    <dc:date>2008-11-20T11:58:25Z</dc:date>
    <item>
      <title>DLM   and guessrow in proc import</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62438#M17759</link>
      <description>Hi,&lt;BR /&gt;
 Does anybody (from SAS) know if there is a possibility to change the implicit maximum length for a character variable  in the process &lt;BR /&gt;
File/import /delimited file on a csv file  (with the european delimitor ; in place of ,  in localized Excel)&lt;BR /&gt;
&lt;BR /&gt;
The model of lines is of this kind &lt;BR /&gt;
"s","o","m","thing very very long more than 500","","12.5"&lt;BR /&gt;
&lt;BR /&gt;
After having indicated the number of lines for the guessingrows,the program show that for long character variable sas has a limit of $500. for the generated informat and formats.&lt;BR /&gt;
&lt;BR /&gt;
Is there a system options that whithdraw this limit and accept length as 2000 (not 32000)?&lt;BR /&gt;
&lt;BR /&gt;
TIA&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Wed, 19 Nov 2008 16:30:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62438#M17759</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2008-11-19T16:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: DLM   and guessrow in proc import</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62439#M17760</link>
      <description>Try the TEXTSIZE= options. It's default is 1024. Also, take a look at SCANTEXT=.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Thu, 20 Nov 2008 07:27:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62439#M17760</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-11-20T07:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: DLM   and guessrow in proc import</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62440#M17761</link>
      <description>Try the TEXTSIZE= options. It's default is 1024. Also, take a look at SCANTEXT=.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Thu, 20 Nov 2008 07:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62440#M17761</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-11-20T07:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: DLM   and guessrow in proc import</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62441#M17762</link>
      <description>textsize= and scantext=  are only of use with dbms=Excel...&lt;BR /&gt;
and not in case of dbms=dlm or csv&lt;BR /&gt;
&lt;BR /&gt;
and there are more than 500 variable and 32000 lines&lt;BR /&gt;
&lt;BR /&gt;
I shall  try the Access way and report if it is not working correct&lt;BR /&gt;
due to a field length limit&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Thu, 20 Nov 2008 11:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62441#M17762</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2008-11-20T11:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: DLM   and guessrow in proc import</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62442#M17763</link>
      <description>The Access way is not working with this kind of raw information&lt;BR /&gt;
&lt;BR /&gt;
The sas solution is to complete or rewrite the generated code.&lt;BR /&gt;
A length was added.&lt;BR /&gt;
&lt;BR /&gt;
But Stattransfer (which was working extra) furnish us the maximum&lt;BR /&gt;
length of those fields (coming from uncontroled screen web inquiry input).&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Fri, 21 Nov 2008 11:03:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DLM-and-guessrow-in-proc-import/m-p/62442#M17763</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2008-11-21T11:03:45Z</dc:date>
    </item>
  </channel>
</rss>

