<?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: Suppress output in sas while creating excel-sheet in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-output-in-sas-while-creating-excel-sheet/m-p/647736#M24093</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/324367"&gt;@dstuder&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can close all ODS destination before the ODS excel statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;

ODS EXCEL FILE="/home/u41058973/sasuser.v94/myfile2.xlsx" options(frozen_headers="6" embedded_titles="yes"); 
TITLE "My Title"; 
  ODS EXCEL options(sheet_name="Sheet name");
&lt;BR /&gt;...&lt;BR /&gt;
ODS EXCEL CLOSE;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 09:55:09 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2020-05-14T09:55:09Z</dc:date>
    <item>
      <title>Suppress output in sas while creating excel-sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-output-in-sas-while-creating-excel-sheet/m-p/647721#M24091</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;I have to print out a huge cross table. Unfortunately SAS doesn't respond any more when I try to execute it. So, how can I suppress the output in SAS and create the excel sheet only?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ODS EXCEL FILE="myfile.xlsx" options(frozen_headers="6" embedded_titles="yes"); &lt;BR /&gt;TITLE "My Title"; &lt;BR /&gt;  ODS EXCEL options(sheet_name="Sheet name");&lt;BR /&gt;&lt;BR /&gt;  proc tabulate; &lt;BR /&gt;    class ... ; &lt;BR /&gt;    table ... ; &lt;BR /&gt;    format ... ; &lt;BR /&gt;  run;&lt;BR /&gt;
ODS EXCEL CLOSE;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 May 2020 08:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-output-in-sas-while-creating-excel-sheet/m-p/647721#M24091</guid>
      <dc:creator>dstuder</dc:creator>
      <dc:date>2020-05-14T08:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress output in sas while creating excel-sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-output-in-sas-while-creating-excel-sheet/m-p/647736#M24093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/324367"&gt;@dstuder&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can close all ODS destination before the ODS excel statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;

ODS EXCEL FILE="/home/u41058973/sasuser.v94/myfile2.xlsx" options(frozen_headers="6" embedded_titles="yes"); 
TITLE "My Title"; 
  ODS EXCEL options(sheet_name="Sheet name");
&lt;BR /&gt;...&lt;BR /&gt;
ODS EXCEL CLOSE;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 09:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-output-in-sas-while-creating-excel-sheet/m-p/647736#M24093</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-14T09:55:09Z</dc:date>
    </item>
  </channel>
</rss>

