<?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 Speeding up SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11710#M1447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like others have said, seeing what your data and data needs are, as well as environment, would have to be known in order for anyone to suggest valid possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom mentioned summarizing as early as possible.&amp;nbsp; I agree, but would even back up a step before that.&amp;nbsp; Only import and/or keep the data that are really necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2012 23:23:05 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2012-02-23T23:23:05Z</dc:date>
    <item>
      <title>Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11703#M1440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some fairly large data sets that are created on a monthly basis. I was wondering if you have any tips on data compression techniqes to speed up the time SAS takes to create these data sets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tips!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 17:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11703#M1440</guid>
      <dc:creator>vomer</dc:creator>
      <dc:date>2012-02-23T17:54:55Z</dc:date>
    </item>
    <item>
      <title>Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11704#M1441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Instead of using proc sql by libname reference go through Oracle or ODBMS pass through. try to use dbkey in proc sql. It drastically increases the join times.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 18:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11704#M1441</guid>
      <dc:creator>sassharp</dc:creator>
      <dc:date>2012-02-23T18:07:49Z</dc:date>
    </item>
    <item>
      <title>Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11705#M1442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; just paste some code here. there are legends they help you tune up your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 18:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11705#M1442</guid>
      <dc:creator>sassharp</dc:creator>
      <dc:date>2012-02-23T18:08:59Z</dc:date>
    </item>
    <item>
      <title>Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11706#M1443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; vomer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're asking two different questions.&amp;nbsp; Compression affects disk space usage.&amp;nbsp; As a general rule, this does not speed up programs but rather slows them down slightly.&amp;nbsp; What are you trying to accomplish?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 18:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11706#M1443</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-02-23T18:21:04Z</dc:date>
    </item>
    <item>
      <title>Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11707#M1444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mainly looking to speed up the code run time. Wondering if thewe are any tricks that everyone here has used to speed things up in general.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 18:30:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11707#M1444</guid>
      <dc:creator>vomer</dc:creator>
      <dc:date>2012-02-23T18:30:02Z</dc:date>
    </item>
    <item>
      <title>Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11708#M1445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Astounding,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the slower computing operation is typically I/O compression often does speed up programs by allowing the disk to push the data faster at the cost of increased CPU usage.&amp;nbsp; It all depends where your bottlenecking in performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vomer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide additional information about how these files are created currently on a monthly basis and any system information you know or feel comfortable sharing, especially OS, available storage types, cpu counts, ram, etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the nature of the data, does it have natural segmentation for the analysis you intend to do with it?&amp;nbsp; Why do you feel this program is running slow?&amp;nbsp; What is it's current performance metrics and where would you want it to be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Increasing performance is a very large question to ask so vaguely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 18:31:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11708#M1445</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2012-02-23T18:31:02Z</dc:date>
    </item>
    <item>
      <title>Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11709#M1446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Summarize as early in the process as possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 20:50:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11709#M1446</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-02-23T20:50:33Z</dc:date>
    </item>
    <item>
      <title>Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11710#M1447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like others have said, seeing what your data and data needs are, as well as environment, would have to be known in order for anyone to suggest valid possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom mentioned summarizing as early as possible.&amp;nbsp; I agree, but would even back up a step before that.&amp;nbsp; Only import and/or keep the data that are really necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 23:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11710#M1447</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-23T23:23:05Z</dc:date>
    </item>
    <item>
      <title>Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11711#M1448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; In My experience compressing has actually speed up the process, it really depends on where the bottle neck is... Ie if you have slow disk, writing/reading as little as possible helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 00:28:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11711#M1448</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2012-02-24T00:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11712#M1449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we look at compression as such, if your data is mainly character, try the ordinary CHAR method. &lt;/P&gt;&lt;P&gt;If you have lots of numerical data, try BINARY.&lt;/P&gt;&lt;P&gt;If you have lots of numerical integers, you can try to specify other length than the default 8.&lt;/P&gt;&lt;P&gt;As Barry says, it deponds on your system and data, if compression will help processing time. The penalty for compression is more CPU cycles.&lt;/P&gt;&lt;P&gt;My experience is that you need at least 50% compression to gain shorter processing time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoe long is your run time anyway? Do you have indexes defined?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the requirements, some re-modelling of the data can sometimes help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 08:42:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11712#M1449</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-02-24T08:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Speeding up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11713#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If I don't want to babysit the program while running I'd be tempted to schedule it to run while I'm out of the office, say overnight if possible. Then everything is done when I come in the morning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 18:53:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Speeding-up-SAS/m-p/11713#M1450</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-02-24T18:53:37Z</dc:date>
    </item>
  </channel>
</rss>

