<?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: Speeding Up EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561322#M33791</link>
    <description>Hardly anything to add, but you should check the log for CEDA (cross environment data access) if the same dataset is read multiple times using CEDA, converting the dataset will reduce runtime.</description>
    <pubDate>Fri, 24 May 2019 05:57:00 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2019-05-24T05:57:00Z</dc:date>
    <item>
      <title>Speeding Up EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561159#M33782</link>
      <description>&lt;P&gt;I have a project given to me that I can optimize slowly over time.&amp;nbsp; It takes about 70 minutes to run. How much time saved would I expect to gain if I simply export the code and run it outside of EG?&amp;nbsp; This would be a quick way to speed up everything before doing any optimization.&amp;nbsp; Just looking for a general answer as to what I should expect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;-Bill&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 14:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561159#M33782</guid>
      <dc:creator>BCNAV</dc:creator>
      <dc:date>2019-05-23T14:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Speeding Up EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561174#M33783</link>
      <description>&lt;P&gt;You'll probably see a boost from that, but you won't really be able to know why and you might miss some opportunities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First thing I'd try: &lt;A href="https://blogs.sas.com/content/sasdummy/2015/03/12/enterprise-guide-71-tasks/" target="_self"&gt;use the Project Reviewer task (you'll have to download)&lt;/A&gt; to review how long each item in your project takes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next, look at the ODS results your project generates.&amp;nbsp; Do you need them all?&amp;nbsp; EG spends time downloading results from your SAS environment, so if you can eliminate some of those results that you don't use, you'll save time.&amp;nbsp; &lt;A href="https://blogs.sas.com/content/sasdummy/2014/04/16/ods-control-in-eg/" target="_self"&gt;Here's a tip about that&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another potential opportunity is to combine data prep steps.&amp;nbsp; Some EG users will stack multiple Query Builder steps to filter, then calculate, then join -- but all could be done in a single step.&amp;nbsp; See whether you can combine some of these or maybe optimize into a code step if you are really familiar with SQL in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 14:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561174#M33783</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-05-23T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Speeding Up EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561190#M33784</link>
      <description>&lt;P&gt;Bad code is bad code (and good code is good code), if you run it through the project or in batch.&lt;/P&gt;
&lt;P&gt;Maxim 2: Read the Log. Inspect the NOTEs after each step to identify the long-running steps/nodes. Then you can decide on possible optimizations.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 15:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561190#M33784</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-05-23T15:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Speeding Up EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561322#M33791</link>
      <description>Hardly anything to add, but you should check the log for CEDA (cross environment data access) if the same dataset is read multiple times using CEDA, converting the dataset will reduce runtime.</description>
      <pubDate>Fri, 24 May 2019 05:57:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561322#M33791</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-05-24T05:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Speeding Up EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561378#M33796</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This Project Reviewer task looks really useful. Are there any plans to make this task part of the product?&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 13:15:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561378#M33796</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-05-24T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Speeding Up EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561948#M33809</link>
      <description>&lt;P&gt;Some new features in SAS Enterprise Guide 8.1 will provide some of this.&amp;nbsp; Specifically, the "Submission Status" window (a.k.a Task Status) now keeps the list/result of tasks you run in your session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="substat.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29807i69D600BBDF587D62/image-size/large?v=v2&amp;amp;px=999" role="button" title="substat.png" alt="substat.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 12:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/561948#M33809</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-05-28T12:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Speeding Up EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/563248#M33865</link>
      <description>&lt;P&gt;Sorry for the delay is responding...work sent me away for a bit...LOL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In terms of exporting the code, this works well, but I get the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value '6THFRERGRP_CG_ENR'n is not a valid SAS name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have the following at the start of the code though:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options validvarname=any;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this needed for every process flow that is exported when I choose Export all code in project?&amp;nbsp; Project works fine in EG but this error occurs when running in base SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 12:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/563248#M33865</guid>
      <dc:creator>BCNAV</dc:creator>
      <dc:date>2019-06-03T12:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Speeding Up EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/563323#M33867</link>
      <description>&lt;P&gt;NVM..it was the dataset name starting with a number Sorry&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 16:27:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Speeding-Up-EG/m-p/563323#M33867</guid>
      <dc:creator>BCNAV</dc:creator>
      <dc:date>2019-06-03T16:27:09Z</dc:date>
    </item>
  </channel>
</rss>

