<?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: Annoying problem -EG stored process outputs 'non-outputting' summary tables in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Annoying-problem-EG-stored-process-outputs-non-outputting/m-p/42390#M5010</link>
    <description>If the data tables are created in the course of running the stored process, EG will try to display those tables in your project.&lt;BR /&gt;
&lt;BR /&gt;
If you don't want one of the tables (for example, it's an intermediate result that you don't need to display), add a PROC DATASETS step to delete the extra table at the end of the stored process code.  That way, EG won't detect it and attempt to show it within your project.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
    <pubDate>Wed, 01 Dec 2010 22:05:51 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2010-12-01T22:05:51Z</dc:date>
    <item>
      <title>Annoying problem -EG stored process outputs 'non-outputting' summary tables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Annoying-problem-EG-stored-process-outputs-non-outputting/m-p/42389#M5009</link>
      <description>The project has summary tables for manipulating data (set to output only dataset), then queries, then summary tables to display, in that order. The stored process created from the project displays output from both the first set of summary tables task and the second set, very fraustrating, can't see any reason why?</description>
      <pubDate>Wed, 01 Dec 2010 16:24:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Annoying-problem-EG-stored-process-outputs-non-outputting/m-p/42389#M5009</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-01T16:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Annoying problem -EG stored process outputs 'non-outputting' summary tables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Annoying-problem-EG-stored-process-outputs-non-outputting/m-p/42390#M5010</link>
      <description>If the data tables are created in the course of running the stored process, EG will try to display those tables in your project.&lt;BR /&gt;
&lt;BR /&gt;
If you don't want one of the tables (for example, it's an intermediate result that you don't need to display), add a PROC DATASETS step to delete the extra table at the end of the stored process code.  That way, EG won't detect it and attempt to show it within your project.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Wed, 01 Dec 2010 22:05:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Annoying-problem-EG-stored-process-outputs-non-outputting/m-p/42390#M5010</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2010-12-01T22:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Annoying problem -EG stored process outputs 'non-outputting' summary tables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Annoying-problem-EG-stored-process-outputs-non-outputting/m-p/42391#M5011</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Tried this and it doesn't work. Tried a proc datasets at the end of the code and as close to the offending proc tabulate as I can, there is no effect.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
P&lt;BR /&gt;
&lt;BR /&gt;
proc datasets library = work;&lt;BR /&gt;
delete TABLE1 TABLE2 TABLE3;&lt;BR /&gt;
quit;</description>
      <pubDate>Thu, 02 Dec 2010 10:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Annoying-problem-EG-stored-process-outputs-non-outputting/m-p/42391#M5011</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-02T10:29:34Z</dc:date>
    </item>
  </channel>
</rss>

