<?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: How do you stop an input/output table from loading and return to the process flow? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/250990#M17732</link>
    <description>&lt;P&gt;What kind of a table is it? If it's a SAS dataset, I've never seen this kind of problem. But if it's a database table, you're being held hostage to the DBMS. Particularly if the unerlying DBMS object is a view, the entire view might have to be created to show you any data at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2016 00:22:47 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2016-02-19T00:22:47Z</dc:date>
    <item>
      <title>How do you stop an input/output table from loading and return to the process flow?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/250923#M17726</link>
      <description>&lt;P&gt;&lt;SPAN&gt;SAS can take a very long time to load an output table after you click on it from the process flow, is there a way to cancel it and return to the process flow window?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 19:08:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/250923#M17726</guid>
      <dc:creator>Hadrien</dc:creator>
      <dc:date>2016-02-18T19:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do you stop an input/output table from loading and return to the process flow?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/250928#M17727</link>
      <description>&lt;P&gt;Not that I'm aware of. You can set a limit on the number of rows displayed which would speed things up. By default it is 1M rows. You could try reducing that to see if it helps. It is in the Tools - Options - Data - Performance settings.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 19:24:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/250928#M17727</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-02-18T19:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do you stop an input/output table from loading and return to the process flow?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/250961#M17728</link>
      <description>&lt;P&gt;Thanks for the tip. I actually have that setting set to 1,000 rows. Perhaps SAS struggles loading tables while executing a process simultaneously.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 20:56:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/250961#M17728</guid>
      <dc:creator>Hadrien</dc:creator>
      <dc:date>2016-02-18T20:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do you stop an input/output table from loading and return to the process flow?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/250990#M17732</link>
      <description>&lt;P&gt;What kind of a table is it? If it's a SAS dataset, I've never seen this kind of problem. But if it's a database table, you're being held hostage to the DBMS. Particularly if the unerlying DBMS object is a view, the entire view might have to be created to show you any data at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 00:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/250990#M17732</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-02-19T00:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do you stop an input/output table from loading and return to the process flow?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/251034#M17734</link>
      <description>&lt;P&gt;The communication between EG and the workspace server seems to involve a lot of back-and-forth with small data chunks; if network I/O and server load becomes congested, the individual latencies of the requests add up to noticeable delays.&lt;/P&gt;
&lt;P&gt;At least my experience around here with a rather old server (IBM P5 based). WIll have comparative values once we move to a new (P8) server.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 07:01:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/251034#M17734</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-02-19T07:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do you stop an input/output table from loading and return to the process flow?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/740894#M38798</link>
      <description>&lt;P&gt;You can suppress the output data. Go to Tools:Options:Results:Results General. In box "Maximum number of output data set to add to the project" set 0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2015/06/17/sas-enterprise-guide-suppress-output-data-tab-when-programming/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2015/06/17/sas-enterprise-guide-suppress-output-data-tab-when-programming/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 18:37:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-stop-an-input-output-table-from-loading-and-return-to/m-p/740894#M38798</guid>
      <dc:creator>marathoner</dc:creator>
      <dc:date>2021-05-12T18:37:36Z</dc:date>
    </item>
  </channel>
</rss>

