<?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: Loading Huge Dataset in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236743#M6079</link>
    <description>You may have missed a semicolon somewhere I think. Can you post your actual code?</description>
    <pubDate>Fri, 27 Nov 2015 15:38:43 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-11-27T15:38:43Z</dc:date>
    <item>
      <title>Loading Huge Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236741#M6077</link>
      <description>&lt;P&gt;Good Day.&amp;nbsp;&lt;BR /&gt;I am trying to upload txt file with more than 800 columns. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a SAS script :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;filename fln&amp;nbsp;"C:\file.txt"; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DATA WORK.tableA;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;....&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;RUN; filename fln;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I get an error&amp;nbsp;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;ERROR: The submitted line exceeds maximum line length - 32768 bytes.&lt;/PRE&gt;&lt;P&gt;Help please.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2015 15:26:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236741#M6077</guid>
      <dc:creator>ilya_1991</dc:creator>
      <dc:date>2015-11-27T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Huge Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236743#M6079</link>
      <description>You may have missed a semicolon somewhere I think. Can you post your actual code?</description>
      <pubDate>Fri, 27 Nov 2015 15:38:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236743#M6079</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-27T15:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Huge Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236745#M6081</link>
      <description>&lt;P&gt;Sounds like the source file for your program has lines that are way too long. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps the end of line characters got removed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no need for any source code lines to be anywhere near 32K bytes long. &amp;nbsp;In fact to make them readable by humans you should try to limit your source lines to 80 characters or less.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have lines of text that represent data then put them in a separate file rather than using inline data (CARDS or DATALINES statements). &amp;nbsp;It appears that you might be trying to do that with the FILENAME statement that you posted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that to read lines of data that is longer 32K you will need to use the LRECL option on the INFILE statement.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2015 15:45:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236745#M6081</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-11-27T15:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Huge Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236746#M6082</link>
      <description>&lt;P&gt;I agree with Tom here, 800 columns is not a useable format. &amp;nbsp;Return to the source and ask them to provide a useable dataset, you can use CSV, but break it up or normalize the data. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2015 15:54:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236746#M6082</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-11-27T15:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Huge Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236901#M6101</link>
      <description>&lt;P&gt;Thanks to everyone for help. &amp;nbsp;&lt;BR /&gt;The reason was &amp;nbsp;in code: it was generating automatically in the same line. When I added&amp;nbsp;line breaks the problem has gone.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 08:09:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Loading-Huge-Dataset/m-p/236901#M6101</guid>
      <dc:creator>ilya_1991</dc:creator>
      <dc:date>2015-11-30T08:09:15Z</dc:date>
    </item>
  </channel>
</rss>

