<?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 how many columns can be imported into SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179289#M45767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi !, &lt;/P&gt;&lt;P&gt;I have a text file that has 700 columns, which is very important for my daily work, normally separated into 3 files to finally re-unite in sas, I wonder which is the maximum of columns that can be imported into sas and what version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 22:33:32 GMT</pubDate>
    <dc:creator>lulust</dc:creator>
    <dc:date>2014-10-09T22:33:32Z</dc:date>
    <item>
      <title>how many columns can be imported into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179289#M45767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi !, &lt;/P&gt;&lt;P&gt;I have a text file that has 700 columns, which is very important for my daily work, normally separated into 3 files to finally re-unite in sas, I wonder which is the maximum of columns that can be imported into sas and what version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 22:33:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179289#M45767</guid>
      <dc:creator>lulust</dc:creator>
      <dc:date>2014-10-09T22:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: how many columns can be imported into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179290#M45768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;700 columns should not be a problem for any SAS version. I suspect that your record lengths are likely to be large so you may have to experiment with setting record lengths in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are your text file columns delimited or in fixed columns? Does it have a column name header or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 02:40:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179290#M45768</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-10-10T02:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: how many columns can be imported into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179291#M45769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, mi file its delimited by "|" and alll de columns have a name header. thanks for your answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i can check the setting record lengths in SAS? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 14:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179291#M45769</guid>
      <dc:creator>lulust</dc:creator>
      <dc:date>2014-10-13T14:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: how many columns can be imported into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179292#M45770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try reading the file as a test, as the SAS log will report on the record length:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile "c:\test.txt" obs = 10;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put _infile_;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 18:35:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179292#M45770</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-10-13T18:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: how many columns can be imported into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179293#M45771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I remember rightly, there are not limitation for number of columns . above&amp;nbsp; 9.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 13:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179293#M45771</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-14T13:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: how many columns can be imported into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179294#M45772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There is SAS option LS or LRECL. You can set how many chars read from text file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 19:46:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179294#M45772</guid>
      <dc:creator>tomasz</dc:creator>
      <dc:date>2014-10-14T19:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: how many columns can be imported into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179295#M45773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i will tri, thanks! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 20:00:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179295#M45773</guid>
      <dc:creator>lulust</dc:creator>
      <dc:date>2014-10-14T20:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: how many columns can be imported into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179296#M45774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;thank&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;exactly&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;what I needed. &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 20:03:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-many-columns-can-be-imported-into-SAS/m-p/179296#M45774</guid>
      <dc:creator>lulust</dc:creator>
      <dc:date>2014-10-14T20:03:16Z</dc:date>
    </item>
  </channel>
</rss>

