<?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 Import of csv data - limit regarding variables, observations, size of file? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-of-csv-data-limit-regarding-variables-observations-size/m-p/832461#M329043</link>
    <description>&lt;P&gt;import of csv file - is there a limit regarding the number of variables, observation, or size of csv file, that can be imported into SAS?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2022 10:34:03 GMT</pubDate>
    <dc:creator>SimoneBraun</dc:creator>
    <dc:date>2022-09-09T10:34:03Z</dc:date>
    <item>
      <title>Import of csv data - limit regarding variables, observations, size of file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-of-csv-data-limit-regarding-variables-observations-size/m-p/832461#M329043</link>
      <description>&lt;P&gt;import of csv file - is there a limit regarding the number of variables, observation, or size of csv file, that can be imported into SAS?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 10:34:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-of-csv-data-limit-regarding-variables-observations-size/m-p/832461#M329043</guid>
      <dc:creator>SimoneBraun</dc:creator>
      <dc:date>2022-09-09T10:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Import of csv data - limit regarding variables, observations, size of file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-of-csv-data-limit-regarding-variables-observations-size/m-p/832467#M329048</link>
      <description>&lt;P&gt;I don't think there are limits, or at least, I have never run into them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please be specific, how big is your CSV file, and what happens when you try to import it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 11:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-of-csv-data-limit-regarding-variables-observations-size/m-p/832467#M329048</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-09-09T11:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Import of csv data - limit regarding variables, observations, size of file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-of-csv-data-limit-regarding-variables-observations-size/m-p/832479#M329049</link>
      <description>Thank you, Paige, for your quick response. We haven't got specifics yet, just expecing a huge study data file. I'll get back to you as soon as I know more.&lt;BR /&gt;Kind regards,&lt;BR /&gt;Simone</description>
      <pubDate>Fri, 09 Sep 2022 12:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-of-csv-data-limit-regarding-variables-observations-size/m-p/832479#M329049</guid>
      <dc:creator>SimoneBraun</dc:creator>
      <dc:date>2022-09-09T12:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Import of csv data - limit regarding variables, observations, size of file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-of-csv-data-limit-regarding-variables-observations-size/m-p/832486#M329051</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/390186"&gt;@SimoneBraun&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;import of csv file - is there a limit regarding the number of variables, observation, or size of csv file, that can be imported into SAS?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There should not be any limits on READING data from a CSV file. (Other than the storage limits on the machine where SAS is running).&amp;nbsp; But I would be wary of using PROC IMPORT to GUESS how to read the file.&amp;nbsp; Write your own data step to read the file based on the definitions of the variables that you have been provided by the creator of the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In particular PROC IMPORT will not be able to guess the variable names for a file with a header line that is longer than 32K bytes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do need a tool for guessing how to read the CSV file you could use this macro:&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/sasutils/macros/blob/master/csv2ds.sas" target="_blank"&gt;https://github.com/sasutils/macros/blob/master/csv2ds.sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 13:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-of-csv-data-limit-regarding-variables-observations-size/m-p/832486#M329051</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-09-09T13:26:42Z</dc:date>
    </item>
  </channel>
</rss>

