<?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 to readin with fixed count of Columns with PROC IMPORT?! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-readin-with-fixed-count-of-Columns-with-PROC-IMPORT/m-p/885214#M349770</link>
    <description>&lt;P&gt;Using Proc IMPORT to readin huge CSV files with lots of columns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say the CSV file has 100 columns and ONLY like to readin the first 90 columns, how to do it?!&lt;/P&gt;
&lt;P&gt;Here is DATAROW option... but no DATACOLUMN option, or right?!&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2023 07:34:13 GMT</pubDate>
    <dc:creator>hellohere</dc:creator>
    <dc:date>2023-07-18T07:34:13Z</dc:date>
    <item>
      <title>How to readin with fixed count of Columns with PROC IMPORT?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-readin-with-fixed-count-of-Columns-with-PROC-IMPORT/m-p/885214#M349770</link>
      <description>&lt;P&gt;Using Proc IMPORT to readin huge CSV files with lots of columns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say the CSV file has 100 columns and ONLY like to readin the first 90 columns, how to do it?!&lt;/P&gt;
&lt;P&gt;Here is DATAROW option... but no DATACOLUMN option, or right?!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 07:34:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-readin-with-fixed-count-of-Columns-with-PROC-IMPORT/m-p/885214#M349770</guid>
      <dc:creator>hellohere</dc:creator>
      <dc:date>2023-07-18T07:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to readin with fixed count of Columns with PROC IMPORT?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-readin-with-fixed-count-of-Columns-with-PROC-IMPORT/m-p/885216#M349771</link>
      <description>&lt;P&gt;Do &lt;STRONG&gt;NOT&lt;/STRONG&gt; use PROC IMPORT for csv files. Write the DATA step yourself, and you get full control.&lt;/P&gt;
&lt;P&gt;You can take the DATA step that PROC IMPORT writes to the log as a starting point. During the adaptation, weed out all the unnecessary stuff that IMPORT does, and make the code readable.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 07:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-readin-with-fixed-count-of-Columns-with-PROC-IMPORT/m-p/885216#M349771</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-18T07:44:12Z</dc:date>
    </item>
  </channel>
</rss>

