<?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: Export sas dataset of &amp;gt;50000 records via ods excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434231#M281912</link>
    <description>&lt;P&gt;Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error im getting&amp;nbsp; and below is the code i used , i have tried both xls and xlsx.&lt;/P&gt;&lt;P&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*Starting ODS from here*/&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ods excel file="/WBIO_Shared/RECORDS/ADM9900_Reports/Level2/340_Participations/participations_&amp;amp;run_date..xls"&lt;BR /&gt;style=sasdocprinter&lt;BR /&gt;options(Sheet_name='Data'&lt;BR /&gt;Orientation= "LANDSCAPE"&lt;BR /&gt;Embedded_Titles='OFF'&lt;BR /&gt;frozen_headers ='1'&lt;BR /&gt;Autofilter='YES'&lt;BR /&gt;Absolute_Column_Width='9,12,32,16,43,16,24,13,21,10,20,16,14,13,13,16,14,13,35,13,6,10');&lt;BR /&gt;options missing=' ';&lt;BR /&gt;PROC PRINT DATA=final_v2 noobs LABEL&lt;BR /&gt;style(DATA)=[Foreground=Black background=WHITE fontsize=9 pt Font_Face=Arial]&lt;BR /&gt;style(HEADER)=[Foreground=Black background=LIGHTGREY fontsize=11 pt Font_Face=Arial Font_weight=Bold JUST=LEFT]&lt;BR /&gt;style(DATA)=data[width=1000% tagattr='wrap:yes'];&lt;BR /&gt;Var&lt;BR /&gt;caseid&lt;BR /&gt;ACCOUNTID&lt;BR /&gt;CASE_NUMBER&lt;BR /&gt;ACCOUNT_NAME&lt;BR /&gt;OBLIGOR_NAME&lt;BR /&gt;OBLIGOR_NUMBER&lt;BR /&gt;OBLIGATION_NUMBER&lt;BR /&gt;case_reason&lt;BR /&gt;OTHER_REASON&lt;BR /&gt;PRIORITY&lt;BR /&gt;REQUESTOR_ORGANIZATION&lt;BR /&gt;REQUESTOR_NAME&lt;BR /&gt;case_owner&lt;BR /&gt;case_createdby&lt;BR /&gt;STATUS&lt;BR /&gt;REQUEST_DATE&lt;BR /&gt;REQUEST_TIME&lt;BR /&gt;effective_date_time&lt;BR /&gt;effective_date&lt;BR /&gt;EXPECTED_TURNAROUND&lt;BR /&gt;DATE_TIME_OPENED&lt;BR /&gt;date_time_closed&lt;BR /&gt;min_opened_date&lt;BR /&gt;min_closed_date&lt;BR /&gt;max_closed_date&lt;BR /&gt;RECORD_TYPE&lt;BR /&gt;LASTMODIFIEDDATE&lt;BR /&gt;REOPENED&lt;BR /&gt;REALTIME_OPEN_CASESTATUS&lt;BR /&gt;DAYS_SINCE_OPENED&lt;BR /&gt;CREATED_MONTH&lt;BR /&gt;COMPLETED_MONTH&lt;BR /&gt;OPEN_OR_CLOSED&lt;BR /&gt;INTITAL_COMPLETION_CYCLE_TIME&lt;BR /&gt;MET_EFFECTIVE_DATE&lt;BR /&gt;REOPEN_CYCLE_TIME&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;;&lt;BR /&gt;Label caseid='Case-ID'&lt;BR /&gt;ACCOUNTID='Account-Id'&lt;BR /&gt;CASE_NUMBER='Case Number'&lt;BR /&gt;ACCOUNT_NAME='Account Name'&lt;BR /&gt;OBLIGOR_NAME='Obligor Name'&lt;BR /&gt;OBLIGOR_NUMBER='Obligor Number'&lt;BR /&gt;OBLIGATION_NUMBER='Obligation Number'&lt;BR /&gt;case_reason='Case Reason'&lt;BR /&gt;OTHER_REASON='Other Reason'&lt;BR /&gt;PRIORITY='Priority'&lt;BR /&gt;REQUESTOR_ORGANIZATION='Requestor Organisation'&lt;BR /&gt;REQUESTOR_NAME='Requestor Name'&lt;BR /&gt;case_owner='Case Owner'&lt;BR /&gt;case_createdby='Case Createdby'&lt;BR /&gt;STATUS='Status'&lt;BR /&gt;REQUEST_DATE='Request Date'&lt;BR /&gt;REQUEST_TIME='Request Time'&lt;BR /&gt;effective_date_time='Effective DateTime'&lt;BR /&gt;effective_date='Effective Date'&lt;BR /&gt;EXPECTED_TURNAROUND='Expected TurnAround'&lt;BR /&gt;DATE_TIME_OPENED='DateTime Opened'&lt;BR /&gt;date_time_closed='DateTime Closed'&lt;BR /&gt;min_opened_date='Minimum Opened Date'&lt;BR /&gt;min_closed_date='Minimum Closed Date'&lt;BR /&gt;max_closed_date='Maximum Closed Date'&lt;BR /&gt;RECORD_TYPE='Record Type'&lt;BR /&gt;LASTMODIFIEDDATE='LastModified Date'&lt;BR /&gt;REOPENED='ReOpened'&lt;BR /&gt;REALTIME_OPEN_CASESTATUS='Realtime Open CaseStatus'&lt;BR /&gt;DAYS_SINCE_OPENED='Days Since Opened'&lt;BR /&gt;CREATED_MONTH='Created Month'&lt;BR /&gt;COMPLETED_MONTH='Completed Month'&lt;BR /&gt;OPEN_OR_CLOSED='Open or Closed'&lt;BR /&gt;INTITAL_COMPLETION_CYCLE_TIME='Initial Completion Cycle Time'&lt;BR /&gt;MET_EFFECTIVE_DATE='Met Effective Date'&lt;BR /&gt;REOPEN_CYCLE_TIME='Reopen CycleTime'&lt;/P&gt;&lt;P&gt;;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;ODS excel Close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2018 16:12:37 GMT</pubDate>
    <dc:creator>Deepti44</dc:creator>
    <dc:date>2018-02-05T16:12:37Z</dc:date>
    <item>
      <title>Export sas dataset of &gt;50000 records via ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434186#M281905</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a weekly file of &amp;gt; 50K records , want to export to excel via SAS ODS, but couldn't able to export, i have splitted the file &amp;gt;50 K with multiple datasets , but still i coudn't able to export everything in 1 sheet.Can you please help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434186#M281905</guid>
      <dc:creator>Deepti44</dc:creator>
      <dc:date>2018-02-05T15:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export sas dataset of &gt;50000 records via ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434193#M281906</link>
      <description>&lt;P&gt;Tell us what happens. What is the exact word-for-word error message?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of Excel? Are you using .xlsx or .xls?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, please tell us any other relevant details.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:23:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434193#M281906</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-02-05T15:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export sas dataset of &gt;50000 records via ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434194#M281907</link>
      <description>&lt;P&gt;How many more than 50,000 records?&lt;/P&gt;
&lt;P&gt;How are you attempting to export the data to excel? Show the code and the log in a code box opened with the forum {I} menu icon to preserve formatting of log text.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Splitting the dataset and attempting to get it all into one sheet is going to add a lot of complexity and likely introduce unwanted elements such as column header information in the body of the sheet.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:25:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434194#M281907</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-02-05T15:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export sas dataset of &gt;50000 records via ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434195#M281908</link>
      <description>&lt;P&gt;i'M USING .XLSX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WHEN I'M USING ods EXCEL DIRECTLY(WITHOUT SPLITTING ORIGINAL DATASET) , IT SAYS SAS HAS INSUFFICIENT MEMORY.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434195#M281908</guid>
      <dc:creator>Deepti44</dc:creator>
      <dc:date>2018-02-05T15:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Export sas dataset of &gt;50000 records via ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434199#M281909</link>
      <description>&lt;P&gt;IT HELPS IF YOU SHOUT!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why do you want 50k or more records in an Excel file for?&amp;nbsp; Whilst they have extended the limit for number of rows in later versions of Excel it really isn't the best place to put this amount of data.&amp;nbsp; If it is for data transfer, use CSV or XML.&amp;nbsp; If it is for a review output, then summarise the data then output to Excel.&amp;nbsp; An Excel file of 50k records is of zero use to anyone.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434199#M281909</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-05T15:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export sas dataset of &gt;50000 records via ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434200#M281910</link>
      <description>&lt;P&gt;If it says insufficient memory, then your computer does not have enough memory to complete that task taking into account any other tasks that might also be running. Your computer needs more memory. (Or as others have said, export to a different format)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, when I ask "&lt;SPAN&gt;What is the exact word-for-word error message?" I don't really want you to take two words out of the error message, I want the COMPLETE entire whole unedited word-for-word error message.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434200#M281910</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-02-05T15:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export sas dataset of &gt;50000 records via ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434210#M281911</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134796"&gt;@Deepti44&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a weekly file of &amp;gt; 50K records , want to export to excel via SAS ODS, but couldn't able to export, i have splitted the file &amp;gt;50 K with multiple datasets , but still i coudn't able to export everything in 1 sheet.Can you please help me with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Deepti&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You're doing something wrong and since we can't see your code we can't say what it is.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS EXCEL can export up to a million records,&amp;nbsp;and&amp;nbsp;the 1 million row limit is an Excel limitation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434210#M281911</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-05T15:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Export sas dataset of &gt;50000 records via ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434231#M281912</link>
      <description>&lt;P&gt;Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error im getting&amp;nbsp; and below is the code i used , i have tried both xls and xlsx.&lt;/P&gt;&lt;P&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*Starting ODS from here*/&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ods excel file="/WBIO_Shared/RECORDS/ADM9900_Reports/Level2/340_Participations/participations_&amp;amp;run_date..xls"&lt;BR /&gt;style=sasdocprinter&lt;BR /&gt;options(Sheet_name='Data'&lt;BR /&gt;Orientation= "LANDSCAPE"&lt;BR /&gt;Embedded_Titles='OFF'&lt;BR /&gt;frozen_headers ='1'&lt;BR /&gt;Autofilter='YES'&lt;BR /&gt;Absolute_Column_Width='9,12,32,16,43,16,24,13,21,10,20,16,14,13,13,16,14,13,35,13,6,10');&lt;BR /&gt;options missing=' ';&lt;BR /&gt;PROC PRINT DATA=final_v2 noobs LABEL&lt;BR /&gt;style(DATA)=[Foreground=Black background=WHITE fontsize=9 pt Font_Face=Arial]&lt;BR /&gt;style(HEADER)=[Foreground=Black background=LIGHTGREY fontsize=11 pt Font_Face=Arial Font_weight=Bold JUST=LEFT]&lt;BR /&gt;style(DATA)=data[width=1000% tagattr='wrap:yes'];&lt;BR /&gt;Var&lt;BR /&gt;caseid&lt;BR /&gt;ACCOUNTID&lt;BR /&gt;CASE_NUMBER&lt;BR /&gt;ACCOUNT_NAME&lt;BR /&gt;OBLIGOR_NAME&lt;BR /&gt;OBLIGOR_NUMBER&lt;BR /&gt;OBLIGATION_NUMBER&lt;BR /&gt;case_reason&lt;BR /&gt;OTHER_REASON&lt;BR /&gt;PRIORITY&lt;BR /&gt;REQUESTOR_ORGANIZATION&lt;BR /&gt;REQUESTOR_NAME&lt;BR /&gt;case_owner&lt;BR /&gt;case_createdby&lt;BR /&gt;STATUS&lt;BR /&gt;REQUEST_DATE&lt;BR /&gt;REQUEST_TIME&lt;BR /&gt;effective_date_time&lt;BR /&gt;effective_date&lt;BR /&gt;EXPECTED_TURNAROUND&lt;BR /&gt;DATE_TIME_OPENED&lt;BR /&gt;date_time_closed&lt;BR /&gt;min_opened_date&lt;BR /&gt;min_closed_date&lt;BR /&gt;max_closed_date&lt;BR /&gt;RECORD_TYPE&lt;BR /&gt;LASTMODIFIEDDATE&lt;BR /&gt;REOPENED&lt;BR /&gt;REALTIME_OPEN_CASESTATUS&lt;BR /&gt;DAYS_SINCE_OPENED&lt;BR /&gt;CREATED_MONTH&lt;BR /&gt;COMPLETED_MONTH&lt;BR /&gt;OPEN_OR_CLOSED&lt;BR /&gt;INTITAL_COMPLETION_CYCLE_TIME&lt;BR /&gt;MET_EFFECTIVE_DATE&lt;BR /&gt;REOPEN_CYCLE_TIME&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;;&lt;BR /&gt;Label caseid='Case-ID'&lt;BR /&gt;ACCOUNTID='Account-Id'&lt;BR /&gt;CASE_NUMBER='Case Number'&lt;BR /&gt;ACCOUNT_NAME='Account Name'&lt;BR /&gt;OBLIGOR_NAME='Obligor Name'&lt;BR /&gt;OBLIGOR_NUMBER='Obligor Number'&lt;BR /&gt;OBLIGATION_NUMBER='Obligation Number'&lt;BR /&gt;case_reason='Case Reason'&lt;BR /&gt;OTHER_REASON='Other Reason'&lt;BR /&gt;PRIORITY='Priority'&lt;BR /&gt;REQUESTOR_ORGANIZATION='Requestor Organisation'&lt;BR /&gt;REQUESTOR_NAME='Requestor Name'&lt;BR /&gt;case_owner='Case Owner'&lt;BR /&gt;case_createdby='Case Createdby'&lt;BR /&gt;STATUS='Status'&lt;BR /&gt;REQUEST_DATE='Request Date'&lt;BR /&gt;REQUEST_TIME='Request Time'&lt;BR /&gt;effective_date_time='Effective DateTime'&lt;BR /&gt;effective_date='Effective Date'&lt;BR /&gt;EXPECTED_TURNAROUND='Expected TurnAround'&lt;BR /&gt;DATE_TIME_OPENED='DateTime Opened'&lt;BR /&gt;date_time_closed='DateTime Closed'&lt;BR /&gt;min_opened_date='Minimum Opened Date'&lt;BR /&gt;min_closed_date='Minimum Closed Date'&lt;BR /&gt;max_closed_date='Maximum Closed Date'&lt;BR /&gt;RECORD_TYPE='Record Type'&lt;BR /&gt;LASTMODIFIEDDATE='LastModified Date'&lt;BR /&gt;REOPENED='ReOpened'&lt;BR /&gt;REALTIME_OPEN_CASESTATUS='Realtime Open CaseStatus'&lt;BR /&gt;DAYS_SINCE_OPENED='Days Since Opened'&lt;BR /&gt;CREATED_MONTH='Created Month'&lt;BR /&gt;COMPLETED_MONTH='Completed Month'&lt;BR /&gt;OPEN_OR_CLOSED='Open or Closed'&lt;BR /&gt;INTITAL_COMPLETION_CYCLE_TIME='Initial Completion Cycle Time'&lt;BR /&gt;MET_EFFECTIVE_DATE='Met Effective Date'&lt;BR /&gt;REOPEN_CYCLE_TIME='Reopen CycleTime'&lt;/P&gt;&lt;P&gt;;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;ODS excel Close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:12:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434231#M281912</guid>
      <dc:creator>Deepti44</dc:creator>
      <dc:date>2018-02-05T16:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export sas dataset of &gt;50000 records via ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434237#M281913</link>
      <description>&lt;P&gt;Can you increase your memory settings?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And what version of SAS do you have? ODS EXCEL should be XLSX files (it produces native XLSX files) and went to production in SAS 9.4 TS1M3, before that it was pre-production and had some bugs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this older post that had the same issues which resolved with changing the memory settings:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-and-Insufficient-Memory-Error-how-to-get-around/td-p/320661" target="_blank"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-and-Insufficient-Memory-Error-how-to-get-around/td-p/320661&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: This was noted as an issue in SAS 9.4 TS1M3 and fixed in SAS 9.4 TS1M4.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/56/985.html" target="_blank"&gt;http://support.sas.com/kb/56/985.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:24:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434237#M281913</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-05T16:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export sas dataset of &gt;50000 records via ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434240#M281914</link>
      <description>&lt;P&gt;You are not using .xlsx as you stated earlier, you are using .xls. You need to change this. However, I don't think this would be the cause of running out of memory.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-sas-dataset-of-gt-50000-records-via-ods-excel/m-p/434240#M281914</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-02-05T16:34:40Z</dc:date>
    </item>
  </channel>
</rss>

