<?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: Displaying Datasets in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-Datasets/m-p/7856#M2425</link>
    <description>Agreed with Patrick: I think (especially in EG 4.1) your only choices may be to turn off the automatic display of data sets and/or use PROC DATASETS or PROC SQL to delete some of the intermediary tables so they don't show up in the process flow. For example:&lt;BR /&gt;
&lt;BR /&gt;
proc sql;&lt;BR /&gt;
  drop table work.test1, sasuser.query1;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
In EG 4.2, there's a pop-up box to switch between output data sets from code or a task. That helps a little, but still isn't quite what you're asking for.</description>
    <pubDate>Thu, 29 Oct 2009 14:08:23 GMT</pubDate>
    <dc:creator>RichardH_sas</dc:creator>
    <dc:date>2009-10-29T14:08:23Z</dc:date>
    <item>
      <title>Displaying Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-Datasets/m-p/7854#M2423</link>
      <description>I am working in Enterprise 4.1, SAS 9.1. I am rewriting a program to make it easier for coworkers to use. This program has about 30 data steps, some producing permanent datasets and some producing html output. Some are needed by the user, and some are only intermediate work. What I would like to do is have the user run the program, and then display certain output and datasets. Normally when you run a section of code, all outputs are displayed, and only the last dataset created is displayed. Is there a way to control this in the code?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Chris</description>
      <pubDate>Tue, 27 Oct 2009 14:14:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-Datasets/m-p/7854#M2423</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2009-10-27T14:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-Datasets/m-p/7855#M2424</link>
      <description>There is  an option in SAS EG that it doesn't open DS and output automatically. &lt;BR /&gt;
&lt;BR /&gt;
You also could programatically delete all the SAS DS which are only intermediary work DS.</description>
      <pubDate>Wed, 28 Oct 2009 21:45:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-Datasets/m-p/7855#M2424</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2009-10-28T21:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-Datasets/m-p/7856#M2425</link>
      <description>Agreed with Patrick: I think (especially in EG 4.1) your only choices may be to turn off the automatic display of data sets and/or use PROC DATASETS or PROC SQL to delete some of the intermediary tables so they don't show up in the process flow. For example:&lt;BR /&gt;
&lt;BR /&gt;
proc sql;&lt;BR /&gt;
  drop table work.test1, sasuser.query1;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
In EG 4.2, there's a pop-up box to switch between output data sets from code or a task. That helps a little, but still isn't quite what you're asking for.</description>
      <pubDate>Thu, 29 Oct 2009 14:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-Datasets/m-p/7856#M2425</guid>
      <dc:creator>RichardH_sas</dc:creator>
      <dc:date>2009-10-29T14:08:23Z</dc:date>
    </item>
  </channel>
</rss>

