<?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: A Good News ... and WHY? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794931#M254933</link>
    <description>&lt;P&gt;Let us see code examples for the steps that take so much time, there is (almost) always opportunity for performance tuning.&lt;/P&gt;
&lt;P&gt;Which unzip program do you use in the X statement?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2022 07:35:41 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-02-08T07:35:41Z</dc:date>
    <item>
      <title>A Good News ... and WHY?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794899#M254912</link>
      <description>&lt;P&gt;Using X command inside SAS to unzip big files in PC/Windows, and find the unzip speed is much faster than WinRAR(double click, default).&lt;/P&gt;
&lt;P&gt;SAS takes less than 3 Min. and WinRAR takes 10+Min.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone knows why?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also one big holdback in SAS is that complicate process needs take many data steps which consume much. Anyone knows how to speed that up?!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 00:49:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794899#M254912</guid>
      <dc:creator>hellohere</dc:creator>
      <dc:date>2022-02-08T00:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: A Good News ... and WHY?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794902#M254914</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/409584"&gt;@hellohere&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also one big holdback in SAS is that complicate process needs take many data steps which consume much. Anyone knows how to speed that up?!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Reduce multiple reads of the data by loading it into RAM if possible - lookup the SASFILE statement.&lt;/P&gt;
&lt;P&gt;Reduce multiple reads of the data by ensuring that as many steps are combined as possible.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use PROCS when available as they're more optimized.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, a variety of papers on the topic here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/search/searchresults.php?q=speed%20up%20your%20code" target="_blank"&gt;https://www.lexjansen.com/search/searchresults.php?q=speed%20up%20your%20code&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 01:02:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794902#M254914</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-02-08T01:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: A Good News ... and WHY?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794916#M254921</link>
      <description>&lt;P&gt;"Using X command inside SAS to unzip big files in PC/Windows, and find the unzip speed is much faster than WinRAR(double click, default).&lt;/P&gt;
&lt;P&gt;SAS takes less than 3 Min. and WinRAR takes 10+Min."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using a remote SAS server the X command will execute on the SAS server, while a double-click in Windows Explorer will execute on your PC even if the results get saved back to your SAS server. This most likely explains why it is so much slower.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 05:39:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794916#M254921</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-02-08T05:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: A Good News ... and WHY?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794921#M254924</link>
      <description>For your second question, try SAS/IML code it is in-memory analysis . &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; talk about this issue before .</description>
      <pubDate>Tue, 08 Feb 2022 06:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794921#M254924</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-02-08T06:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: A Good News ... and WHY?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794931#M254933</link>
      <description>&lt;P&gt;Let us see code examples for the steps that take so much time, there is (almost) always opportunity for performance tuning.&lt;/P&gt;
&lt;P&gt;Which unzip program do you use in the X statement?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 07:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-Good-News-and-WHY/m-p/794931#M254933</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-02-08T07:35:41Z</dc:date>
    </item>
  </channel>
</rss>

