<?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: Turning ODS Results Off in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Turning-ODS-Results-Off/m-p/397541#M19389</link>
    <description>&lt;P&gt;thanks...I had tried that. It turns off both the listing report as well as the display of the Excel file on the screen (it is written fine though). I wsa hoping to keep the Excel file as a display item without the SAS Listing Report. Seems like this can't be done.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2017 17:33:43 GMT</pubDate>
    <dc:creator>BCNAV</dc:creator>
    <dc:date>2017-09-20T17:33:43Z</dc:date>
    <item>
      <title>Turning ODS Results Off</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Turning-ODS-Results-Off/m-p/397510#M19387</link>
      <description>&lt;P&gt;Is there a way to turn off the SAS Report that automatically is populated on running ODS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;
ods html close;
goptions device=actximg;
ods excel file="\\NCRFP4\TAF\Traffic Analysis\Major New Analysis Projects\Rebate Analysis\Raw Data by Fee\Amount by Fee.xlsx";
ods excel options(start_at="1,1" sheet_name="TERM" sheet_interval="table" embedded_titles='no');
proc print data=EGTASK.REBATE_RAW_TERM noobs; run;
ods excel options(start_at="1,1" sheet_name="ENR" sheet_interval="table" embedded_titles='no');
proc print data=EGTASK.REBATE_RAW_ENR noobs; run;
ods excel options(start_at="1,1" sheet_name="OVR" sheet_interval="table" embedded_titles='no');
proc print data=EGTASK.REBATE_RAW_OVR noobs; run;
ods excel options(start_at="1,1" sheet_name="NAT" sheet_interval="table" embedded_titles='no');
proc print data=EGTASK.REBATE_RAW_NAT noobs; run;
ods excel options(start_at="1,1" sheet_name="ICOMM" sheet_interval="table" embedded_titles='no');
proc print data=EGTASK.REBATE_RAW_ICOMM noobs; run;
ods excel options(start_at="1,1" sheet_name="DAILY" sheet_interval="table" embedded_titles='no');
proc print data=EGTASK.REBATE_RAW_DAILY noobs; run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;All runs fine, but I get SAS Report - Output to Excel ouput created in&amp;nbsp; my EG window. Only the Excel is needed. Is there an option to suppress the report but not the Excel write?&amp;nbsp; thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 16:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Turning-ODS-Results-Off/m-p/397510#M19387</guid>
      <dc:creator>BCNAV</dc:creator>
      <dc:date>2017-09-20T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Turning ODS Results Off</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Turning-ODS-Results-Off/m-p/397530#M19388</link>
      <description>&lt;P&gt;ODS NORESULTS;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will prevent sending output to the results window.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 16:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Turning-ODS-Results-Off/m-p/397530#M19388</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-20T16:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Turning ODS Results Off</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Turning-ODS-Results-Off/m-p/397541#M19389</link>
      <description>&lt;P&gt;thanks...I had tried that. It turns off both the listing report as well as the display of the Excel file on the screen (it is written fine though). I wsa hoping to keep the Excel file as a display item without the SAS Listing Report. Seems like this can't be done.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 17:33:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Turning-ODS-Results-Off/m-p/397541#M19389</guid>
      <dc:creator>BCNAV</dc:creator>
      <dc:date>2017-09-20T17:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Turning ODS Results Off</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Turning-ODS-Results-Off/m-p/397551#M19390</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing select none;&lt;/P&gt;
&lt;P&gt;.....&lt;/P&gt;
&lt;P&gt;ods listing select all;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 17:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Turning-ODS-Results-Off/m-p/397551#M19390</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-09-20T17:47:36Z</dc:date>
    </item>
  </channel>
</rss>

