<?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: delete output window aoutamotically in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/delete-output-window-aoutamotically/m-p/1456#M653</link>
    <description>The easiest thing would be to close the listing window if you are only interested in the HTML file.&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
&lt;BR /&gt;
ods html file=.....&lt;BR /&gt;
&lt;BR /&gt;
.....&lt;BR /&gt;
&lt;BR /&gt;
ods html close;&lt;BR /&gt;
ods listing;</description>
    <pubDate>Fri, 29 Sep 2006 15:11:32 GMT</pubDate>
    <dc:creator>Chevell_sas</dc:creator>
    <dc:date>2006-09-29T15:11:32Z</dc:date>
    <item>
      <title>delete output window aoutamotically</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/delete-output-window-aoutamotically/m-p/1455#M652</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I export my datasets to the html by using the following code.I solved that but a different problem arised.&lt;BR /&gt;
My html file size very big. And when it is executing outwindow is fulled.(I must use proc report)&lt;BR /&gt;
And executing operation stops,until I click the message to the output window.Clear file etc.....&lt;BR /&gt;
&lt;BR /&gt;
I want to delete this file aoutomatically,(Noclick)&lt;BR /&gt;
&lt;BR /&gt;
Can Anyone help me?&lt;BR /&gt;
&lt;BR /&gt;
Here is my code:&lt;BR /&gt;
 &lt;BR /&gt;
ods html body='Muallak_Daily_Table_Hukuk.html' ;&lt;BR /&gt;
proc report data = Muallak_Daily_Table_Hukuk nowd ;&lt;BR /&gt;
define oncelik / noprint ;&lt;BR /&gt;
compute oncelik;&lt;BR /&gt;
if oncelik eq 'KIRMIZI' then&lt;BR /&gt;
call define(_row_,"style","style={background=red}");&lt;BR /&gt;
else if oncelik eq 'YESIL' then&lt;BR /&gt;
call define(_row_,"style","style={background=green}");&lt;BR /&gt;
else if oncelik eq 'SARI' then&lt;BR /&gt;
call define(_row_,"style","style={background=yellow}");&lt;BR /&gt;
else if oncelik eq 'TURUNCU' then&lt;BR /&gt;
call define(_row_,"style","style={background=orange}");&lt;BR /&gt;
endcomp;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;</description>
      <pubDate>Fri, 29 Sep 2006 14:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/delete-output-window-aoutamotically/m-p/1455#M652</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-09-29T14:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: delete output window aoutamotically</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/delete-output-window-aoutamotically/m-p/1456#M653</link>
      <description>The easiest thing would be to close the listing window if you are only interested in the HTML file.&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
&lt;BR /&gt;
ods html file=.....&lt;BR /&gt;
&lt;BR /&gt;
.....&lt;BR /&gt;
&lt;BR /&gt;
ods html close;&lt;BR /&gt;
ods listing;</description>
      <pubDate>Fri, 29 Sep 2006 15:11:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/delete-output-window-aoutamotically/m-p/1456#M653</guid>
      <dc:creator>Chevell_sas</dc:creator>
      <dc:date>2006-09-29T15:11:32Z</dc:date>
    </item>
  </channel>
</rss>

