<?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 How to avoid an epg jungle? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188926#M14458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a structured suite of sas codelet in my EPG work flow. Each of them consists of many data steps and proc sqls. The execution of each of these steps gives me all the results up to 50 tables for each codelet.&amp;nbsp; I would like sas to calculate the tables without showing the calculated tables. Is that possible? Maybe a trivial option? Wasn't able to google any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregor&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11222i46E16829A9066E0F/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="today.jpg" title="today.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11223i345B1AF495681418/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="how I want it to look like.jpg" title="how I want it to look like.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 14:20:34 GMT</pubDate>
    <dc:creator>Gregor</dc:creator>
    <dc:date>2014-02-27T14:20:34Z</dc:date>
    <item>
      <title>How to avoid an epg jungle?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188926#M14458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a structured suite of sas codelet in my EPG work flow. Each of them consists of many data steps and proc sqls. The execution of each of these steps gives me all the results up to 50 tables for each codelet.&amp;nbsp; I would like sas to calculate the tables without showing the calculated tables. Is that possible? Maybe a trivial option? Wasn't able to google any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregor&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11222i46E16829A9066E0F/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="today.jpg" title="today.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11223i345B1AF495681418/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="how I want it to look like.jpg" title="how I want it to look like.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 14:20:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188926#M14458</guid>
      <dc:creator>Gregor</dc:creator>
      <dc:date>2014-02-27T14:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid an epg jungle?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188927#M14459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gregor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same issue and find it very irritating.&amp;nbsp; I've found three ways to deal with the jungle.&amp;nbsp; They all have their pluses and minuses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In EG 5.1, if you go to File-&amp;gt;Project Properties-&amp;gt;Output Data Sets and change the Maximum Number of output data sets to 0 then EG will not show them after the run.&amp;nbsp; You can also change this setting by going to Tools-&amp;gt;Options-&amp;gt;Results General.&amp;nbsp; Unfortunately, EG will still put a note after the codelet runs that "indicates that the data set limit was reached and specifies the total number of output data sets that were created".&amp;nbsp; Better than the jungle, but still annoying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Use PROC DATASETS; Delete; to delete any datasets that you do not need after the code has run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Clear the library name in which the datasets are stored as mentioned here: &lt;A href="http://stackoverflow.com/questions/10979058/how-can-i-stop-tables-appearing-in-enterprise-guide"&gt;http://stackoverflow.com/questions/10979058/how-can-i-stop-tables-appearing-in-enterprise-guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 18:35:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188927#M14459</guid>
      <dc:creator>railfan1975</dc:creator>
      <dc:date>2014-02-27T18:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid an epg jungle?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188928#M14460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gregor&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Have you tried the 'NO PRINT' option?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2014 16:41:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188928#M14460</guid>
      <dc:creator>f_rederik</dc:creator>
      <dc:date>2014-03-01T16:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid an epg jungle?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188929#M14461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, but how is the syntax in order to achieve the change?&lt;/P&gt;&lt;P&gt;SAS accepts the statements to be like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql noprint;&lt;/P&gt;&lt;P&gt;create table lib.file as&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the created tables are still in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregor&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 07:33:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188929#M14461</guid>
      <dc:creator>Gregor</dc:creator>
      <dc:date>2014-03-03T07:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid an epg jungle?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188930#M14462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Gregor I was a bit quick off the mark there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot get this to work for neither DATA or PROC SQL the way I thought it would..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 08:09:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-avoid-an-epg-jungle/m-p/188930#M14462</guid>
      <dc:creator>f_rederik</dc:creator>
      <dc:date>2014-03-03T08:09:09Z</dc:date>
    </item>
  </channel>
</rss>

