<?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 Hiding Intermediate JMP Data Tables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Hiding-Intermediate-JMP-Data-Tables/m-p/107017#M291808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a script that creates a number of intermediate data tables.&amp;nbsp; The final result of the script is a series of bubbles charts.&amp;nbsp; Unfortunately, between the beginning of the script and the displaying of the last bubble chart, all the intermediate tables are also displayed.&amp;nbsp; I don't want to see them -- just the bubble charts.&amp;nbsp; How can I hide the intermediate tables?&amp;nbsp; I tried using Invisible, but this seems to make a table literally invisible to all following uses of it so that errors occur -- the table is not there.&amp;nbsp; Any suggestions for hiding the display of a table?&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;Walt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2012 19:52:29 GMT</pubDate>
    <dc:creator>WaltP</dc:creator>
    <dc:date>2012-07-13T19:52:29Z</dc:date>
    <item>
      <title>Hiding Intermediate JMP Data Tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hiding-Intermediate-JMP-Data-Tables/m-p/107017#M291808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a script that creates a number of intermediate data tables.&amp;nbsp; The final result of the script is a series of bubbles charts.&amp;nbsp; Unfortunately, between the beginning of the script and the displaying of the last bubble chart, all the intermediate tables are also displayed.&amp;nbsp; I don't want to see them -- just the bubble charts.&amp;nbsp; How can I hide the intermediate tables?&amp;nbsp; I tried using Invisible, but this seems to make a table literally invisible to all following uses of it so that errors occur -- the table is not there.&amp;nbsp; Any suggestions for hiding the display of a table?&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;Walt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 19:52:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hiding-Intermediate-JMP-Data-Tables/m-p/107017#M291808</guid>
      <dc:creator>WaltP</dc:creator>
      <dc:date>2012-07-13T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Intermediate JMP Data Tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hiding-Intermediate-JMP-Data-Tables/m-p/107018#M291809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A possible solution is to create a report from the bubble chart and place it in a new window prior to closing the intermediate tables.&amp;nbsp; Below is an example using a simple distribution analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;m=j(10,1,randomnormal());&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;dt=astable(m);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;dist=Distribution(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Continuous Distribution( Column(1), Horizontal Layout( 1 ), Vertical( 0 ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;newwindow("histogram",dist&amp;lt;&amp;lt;report);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;close(dt,nosave);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 13:53:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hiding-Intermediate-JMP-Data-Tables/m-p/107018#M291809</guid>
      <dc:creator>adamrauk</dc:creator>
      <dc:date>2012-08-14T13:53:31Z</dc:date>
    </item>
  </channel>
</rss>

