<?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: Optimizing SAS Performance for Large Datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Optimizing-SAS-Performance-for-Large-Datasets/m-p/900330#M355823</link>
    <description>&lt;P&gt;Unfortunately, the acronym SPDE means nothing to me.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2023 14:27:58 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2023-10-27T14:27:58Z</dc:date>
    <item>
      <title>Optimizing SAS Performance for Large Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Optimizing-SAS-Performance-for-Large-Datasets/m-p/900305#M355816</link>
      <description>&lt;P&gt;I've been working with large datasets, and I'm looking for tips and techniques to optimize performance. Specifically, I'm interested in strategies for improving processing speed and efficiency.&lt;/P&gt;&lt;P&gt;Any insights or best practices from your experiences would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 11:10:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Optimizing-SAS-Performance-for-Large-Datasets/m-p/900305#M355816</guid>
      <dc:creator>norafateh</dc:creator>
      <dc:date>2023-10-27T11:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing SAS Performance for Large Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Optimizing-SAS-Performance-for-Large-Datasets/m-p/900308#M355817</link>
      <description>&lt;P&gt;How large is "large"? How many rows? How many columns?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Different types of processing may require different optimization strategies. What processing are you doing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some things are always a good idea. For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Drop columns that are not needed&lt;/LI&gt;
&lt;LI&gt;Pass through the data as few times as possible (I see people do a PROC SQL to extract data followed by another PROC SQL on the extracted data to add one new column which is a mathematical operation, like addition, of columns; this could be done all in one SQL)&lt;/LI&gt;
&lt;LI&gt;Use SAS procedures whenever possible, rather than writing your own code to do something (I see people writing their own code to compute an average, and sometimes get it wrong)&lt;/LI&gt;
&lt;LI&gt;Use BY processing whenever possible rather than loops&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I'm sure there are other good ideas to improve the speed at which your program executes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And do your best to learn and follow these rules:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Maxims-of-Maximally-Efficient-SAS-Programmers/ta-p/352068" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Maxims-of-Maximally-Efficient-SAS-Programmers/ta-p/352068&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 11:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Optimizing-SAS-Performance-for-Large-Datasets/m-p/900308#M355817</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-10-27T11:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing SAS Performance for Large Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Optimizing-SAS-Performance-for-Large-Datasets/m-p/900329#M355822</link>
      <description>&lt;P&gt;Other tips:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Have the data stored on high speed storage&lt;/LI&gt;
&lt;LI&gt;Create indexes for columns common for filtering&lt;/LI&gt;
&lt;LI&gt;Move the data to a SPDE library&lt;/LI&gt;
&lt;LI&gt;Move the data to a external high speed&amp;nbsp; (for querying) database&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 27 Oct 2023 14:25:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Optimizing-SAS-Performance-for-Large-Datasets/m-p/900329#M355822</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-10-27T14:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing SAS Performance for Large Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Optimizing-SAS-Performance-for-Large-Datasets/m-p/900330#M355823</link>
      <description>&lt;P&gt;Unfortunately, the acronym SPDE means nothing to me.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 14:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Optimizing-SAS-Performance-for-Large-Datasets/m-p/900330#M355823</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-10-27T14:27:58Z</dc:date>
    </item>
  </channel>
</rss>

