<?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: reset result for print in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88154#M3246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course, you can always go to tools-&amp;gt;options-&amp;gt;preferences-&amp;gt;results and simply turn listing back on and html off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 00:41:02 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2012-08-09T00:41:02Z</dc:date>
    <item>
      <title>reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88152#M3244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with 9.3 version. Every time I use proc print, in the results tab, it shows all my previous printed output also but I do need only the last work. How can I fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Issac&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 21:42:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88152#M3244</guid>
      <dc:creator>issac</dc:creator>
      <dc:date>2012-08-08T21:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88153#M3245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default you are under html destination&lt;/P&gt;&lt;P&gt;and probably reading your output in the result viewer so you see a big html file growing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so until you don't submit the following, you wil&amp;nbsp; remain in that situation&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;ods preferences;&lt;/P&gt;&lt;P&gt;and eventually reopen a new html file&lt;/P&gt;&lt;P&gt;with ods html;&lt;/P&gt;&lt;P&gt;with then a new html file in your current directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you type&lt;/P&gt;&lt;P&gt;ods html path="%sysfunc(pathname (work) ) ";&lt;/P&gt;&lt;P&gt;the second html file will well go inside the work directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the advantage is that when you are trying graphics a lot all the png files are scratched at the end of the sas session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I too at the beginning was disturb by the new ods destination but if you are in a test phase it is usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read more from contributions on this topic from the global forum 2012 a long illustrated text of Cynthia&lt;/P&gt;&lt;P&gt;or from the sas help&amp;nbsp; as you were advertised at the start of 9.3&amp;nbsp; that the rules were changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;paper 250-2012 "Where's the listing Windows: using the new results viewer in sas 9.3"&lt;/P&gt;&lt;P&gt;support.sas.com/resources/papers/proceedings12/250-2012.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 22:06:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88153#M3245</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2012-08-08T22:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88154#M3246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course, you can always go to tools-&amp;gt;options-&amp;gt;preferences-&amp;gt;results and simply turn listing back on and html off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 00:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88154#M3246</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-09T00:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88155#M3247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both Andre and Arthur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that we should turn off ods html and reset it by null command "ods html;" to get the new results in a blank empty result viewer. Isn't that sound weird? I hope there is another simple way to get it done. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 13:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88155#M3247</guid>
      <dc:creator>issac</dc:creator>
      <dc:date>2012-08-09T13:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88156#M3248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the discussion and examples in the article &lt;A href="http://blogs.sas.com/content/iml/2011/08/29/how-to-clear-the-output-window-in-sas-9-3/"&gt;"How to clear the output window in SAS 9.3"&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 13:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88156#M3248</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-08-09T13:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88157#M3249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gsub'ods html close;ods preferences;ods html path="$sysfunc(pathname(WORK))";'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is just at the limit of what a ctrl + G&amp;nbsp; by example can accept&lt;/P&gt;&lt;P&gt;BE AWARE&amp;nbsp; that i tried without blank&amp;nbsp;&amp;nbsp; gsub'&amp;nbsp; and no blank if it is&amp;nbsp; not necessary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then one action and you are&amp;nbsp; in a new&amp;nbsp; refreshed context&lt;/P&gt;&lt;P&gt;BUT ALWAYS writing&amp;nbsp; in your work&amp;nbsp; (and not in your current directory)&lt;/P&gt;&lt;P&gt;a second or third sashtml&lt;EM&gt;n.&lt;/EM&gt;htm&amp;nbsp; file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i conclude with a wish for the ballot&amp;nbsp; that the length of the key buffer must be longer&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88157#M3249</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2012-08-09T14:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88158#M3250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My co-worker Shelly ask the same question a couple of month ago. This html issue is new in 9.3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, There seems a simpler solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html newfile=proc; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then everytime you will have a separate new html file output, not including the previous output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully it helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 16:40:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88158#M3250</guid>
      <dc:creator>LittleDumbDoctor</dc:creator>
      <dc:date>2012-08-09T16:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88159#M3251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; The only downside of newfile=proc approach is that if you have 3 procedures:&lt;/P&gt;&lt;P&gt;proc report (1)&lt;/P&gt;&lt;P&gt;proc freq(2)&lt;/P&gt;&lt;P&gt;proc tabulate(3)&lt;/P&gt;&lt;P&gt;...and you want all 3 outputs in one HTML file, then NEWFILE=PROC is NOT what you want and you might want to consider using what I call the "full control" method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I outlined some of those choices and syntax examples in my SGF paper:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings12/250-2012.pdf"&gt;http://support.sas.com/resources/papers/proceedings12/250-2012.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 16:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88159#M3251</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-08-09T16:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88160#M3252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree what you just mentioned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the key is, the simpler, the better.&amp;nbsp; my answer did solve Issac's problem in a relative easier way, right? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, we don't know if Issac use those 3 procedures together and want them in one output, right? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw: that's a good paper!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 17:43:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88160#M3252</guid>
      <dc:creator>LittleDumbDoctor</dc:creator>
      <dc:date>2012-08-09T17:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88161#M3253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;P&gt;while waiting for the larger key buffer suggestion to be implemented, you might like a work-around. In command line context like these GSUB strings, you can use the macro language. Place all the text needed in a macro and try it out. (I would but they haven't implemented base SAS4iPhone (yet) so only later can I check on a proper machine ;-))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS/AF would enable commands to be packaged too, and with a lot more flexibility. Some of the built-in explorer actions have been packaged as SCL modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 17:54:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88161#M3253</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2012-08-09T17:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: reset result for print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88162#M3254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="2369" alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/2369_pastedImage_0.png" style="width: 463px; height: 191px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter , you are right&lt;/P&gt;&lt;P&gt;Key + macro&amp;nbsp; = keyboard macro&amp;nbsp; with plenty of space!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typo&amp;nbsp;&amp;nbsp; %sysfunc&amp;nbsp; in place of $sysfunc&amp;nbsp; of&amp;nbsp; course&amp;nbsp; sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 07:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reset-result-for-print/m-p/88162#M3254</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2012-08-10T07:20:58Z</dc:date>
    </item>
  </channel>
</rss>

