<?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: CSV not loading all records after Proc Export in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748188#M234953</link>
    <description>&lt;P&gt;Excel has a size limit itself and that's what you're running into here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;&lt;BR /&gt;You can load a larger CSV file into Excel in some ways, usually using a DSN connection but this isn't a SAS issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/office/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3" target="_blank"&gt;https://support.microsoft.com/en-us/office/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Set up a connection to a CSV file:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://excel.officetuts.net/examples/open-large-csv" target="_blank"&gt;https://excel.officetuts.net/examples/open-large-csv&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 18:19:32 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-06-15T18:19:32Z</dc:date>
    <item>
      <title>CSV not loading all records after Proc Export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748186#M234952</link>
      <description>&lt;P&gt;I have a SAS dataset of 1,694,321 obs.&amp;nbsp; I wanted to convert into CSV and send to another party. The log of the export is here.&lt;/P&gt;
&lt;PRE&gt;NOTE: The file 'I:\Health
      Analytics\AMB_INFORMATICS\ORPHEUS_ONE_Syntax_Log_MM\Merged_File\Merged_ORPHEUS_ONE_6.15.2021.csv' is:
      Filename=I:\Health Analytics\AMB_INFORMATICS\ORPHEUS_ONE_Syntax_Log_MM\Merged_File\Merged_ORPHEUS_ONE_6.15.2021.csv,
      RECFM=V,LRECL=32767,File Size (bytes)=0,
      Last Modified=15Jun2021:10:49:23,
      Create Time=15Jun2021:10:49:23

NOTE: 1694322 records were written to the file 'I:\Health
      Analytics\AMB_INFORMATICS\ORPHEUS_ONE_Syntax_Log_MM\Merged_File\Merged_ORPHEUS_ONE_6.15.2021.csv'.
      The minimum record length was 22.
      The maximum record length was 118.
NOTE: There were 1694321 observations read from the data set SASONE.OR_ONE_ALL_MERGE5A.
NOTE: DATA statement used (Total process time):
      real time           2.50 seconds
      cpu time            2.28 seconds


1694321 records created in I:\Health
Analytics\AMB_INFORMATICS\ORPHEUS_ONE_Syntax_Log_MM\Merged_File\Merged_ORPHEUS_ONE_6.15.2021.csv from
SASONE.OR_ONE_ALL_MERGE5A.


NOTE: "I:\Health Analytics\AMB_INFORMATICS\ORPHEUS_ONE_Syntax_Log_MM\Merged_File\Merged_ORPHEUS_ONE_6.15.2021.csv" file
      was successfully created.
NOTE: PROCEDURE EXPORT used (Total process time):
      real time           2.71 seconds
      cpu time            2.36 seconds



&lt;/PRE&gt;
&lt;P&gt;When I go out to the file and test whether it is being read into excel it doesn't load completely but stops after loading 1,048,576 obs.&amp;nbsp; I thought a csv file could be loaded into excel without running into a size constraint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the best method to solve this problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wklierman&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 18:04:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748186#M234952</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2021-06-15T18:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: CSV not loading all records after Proc Export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748188#M234953</link>
      <description>&lt;P&gt;Excel has a size limit itself and that's what you're running into here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;&lt;BR /&gt;You can load a larger CSV file into Excel in some ways, usually using a DSN connection but this isn't a SAS issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/office/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3" target="_blank"&gt;https://support.microsoft.com/en-us/office/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Set up a connection to a CSV file:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://excel.officetuts.net/examples/open-large-csv" target="_blank"&gt;https://excel.officetuts.net/examples/open-large-csv&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 18:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748188#M234953</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-06-15T18:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: CSV not loading all records after Proc Export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748192#M234956</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; It is the excel side of things.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wklierman&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 18:31:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748192#M234956</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2021-06-15T18:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: CSV not loading all records after Proc Export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748194#M234957</link>
      <description>&lt;P&gt;IMO, there's only one reasonable thing a SAS user can do with Excel: deinstall it.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 18:41:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748194#M234957</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-15T18:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: CSV not loading all records after Proc Export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748779#M235193</link>
      <description>&lt;P&gt;Thank you. My thoughts precisely.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 21:20:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CSV-not-loading-all-records-after-Proc-Export/m-p/748779#M235193</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2021-06-17T21:20:26Z</dc:date>
    </item>
  </channel>
</rss>

