<?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: SAS results viewer in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131518#M35760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if i use :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;html&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;html&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;newfile&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;none&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Mar 2013 16:40:42 GMT</pubDate>
    <dc:creator>Nick_jr</dc:creator>
    <dc:date>2013-03-09T16:40:42Z</dc:date>
    <item>
      <title>SAS results viewer</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131515#M35757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I have&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a thought&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;when I use&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;print&lt;/SPAN&gt;, I get &lt;SPAN class="hps"&gt;the result&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the sas viewer output&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;window,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but when&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I continue to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;use other features&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;such as&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;freq&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;output&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;window&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is not cleared&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;away from the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;old&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;runs.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is there any way&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;old information&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;disappears before&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the latest code&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;prints out&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;/N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 11:50:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131515#M35757</guid>
      <dc:creator>Nick_jr</dc:creator>
      <dc:date>2013-03-09T11:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS results viewer</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131516#M35758</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;Please try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dm 'log;clear;output;clear;';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'odsresults;select all;clear';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allu..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 12:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131516#M35758</guid>
      <dc:creator>allurai0412</dc:creator>
      <dc:date>2013-03-09T12:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS results viewer</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131517#M35759</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;SPAN class="hps"&gt;Your&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;suggestions dm 'log;clear;output;clear;';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;clear the log window, but the html file (SAS results viewer) shows still the old runs.&lt;/P&gt;&lt;P&gt;/N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 16:28:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131517#M35759</guid>
      <dc:creator>Nick_jr</dc:creator>
      <dc:date>2013-03-09T16:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS results viewer</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131518#M35760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if i use :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;html&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;html&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;newfile&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;none&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 16:40:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131518#M35760</guid>
      <dc:creator>Nick_jr</dc:creator>
      <dc:date>2013-03-09T16:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS results viewer</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131519#M35761</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; Here is a paper (&lt;A href="http://support.sas.com/resources/papers/proceedings12/250-2012.pdf" title="http://support.sas.com/resources/papers/proceedings12/250-2012.pdf"&gt;http://support.sas.com/resources/papers/proceedings12/250-2012.pdf&lt;/A&gt;) that outlines some different ways of working with the Results Viewer behavior. Perhaps it will put everything in perspective, including some other NEWFILE= options, like NEWFILE=PROC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 17:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131519#M35761</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-03-09T17:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS results viewer</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131520#M35762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I haven't seen is a solution to turn this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;ods html newfile=proc; &lt;/P&gt;&lt;P&gt;into a definition for keys. Is there code for that to replace "clear log; clear out; submit" ?&lt;/P&gt;&lt;P&gt;Thinking of going back to old output until there is a fix for that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 00:06:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-results-viewer/m-p/131520#M35762</guid>
      <dc:creator>cam03</dc:creator>
      <dc:date>2013-05-03T00:06:39Z</dc:date>
    </item>
  </channel>
</rss>

