<?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: How do I keep Excel spreadsheet from opening when ODS Excel is closed in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-keep-Excel-spreadsheet-from-opening-when-ODS-Excel-is/m-p/375108#M18946</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/153552"&gt;@JohnO1&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Reeza thanks for the quick responce.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the issue I am having will not occur when the job runs in batch mode from a scheduler. It is only happening because I am manually running the program from&amp;nbsp;the enhanced editor window correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sorry, I don't know the answer to that question. I don't run jobs from a scheduler.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2017 19:52:04 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-07-11T19:52:04Z</dc:date>
    <item>
      <title>How do I keep Excel spreadsheet from opening when ODS Excel is closed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-keep-Excel-spreadsheet-from-opening-when-ODS-Excel-is/m-p/375099#M18943</link>
      <description>&lt;P&gt;I am using SAS version 9.4 TS Level 1M3. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a &amp;nbsp;snippet of code below that creates an Excel Spreadsheet with the fomatting I want however, as soon as I finish running the code Excel opens. I plan to run this in batch mode at night when I am not awake and then send a link to the created spreadsheet to a number of users. I know if I use PROC EXPORT or the Libname statement to create the XLSX file the spreadsheet &amp;nbsp;does not open, but the format is not "PRETTY". Is there anyway using ODS Excel to keep the spreadsheet from opening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help/advice you can provide.&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code Snippet:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename library 'C:\library.txt' ;&lt;BR /&gt;%include library;&lt;BR /&gt;options missing = '';&lt;BR /&gt;ods _ALL_ close ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods excel file="O:\Folder\Exception Extracts.xlsx"&lt;BR /&gt;options(&lt;BR /&gt;sheet_interval="Proc"&lt;BR /&gt;suppress_bylines="yes"&lt;BR /&gt;sheet_name='Sheet Name'&lt;BR /&gt;autofilter='all'&lt;BR /&gt;frozen_headers='on'&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc report data=work.low_bal;&lt;BR /&gt;columns field1 field2 field3 field4 field5 field6 field7 field8 field9;&lt;BR /&gt;define field1 / display;&lt;BR /&gt;define field2 /display format=8.2 style=[tagattr="format:#,####0.00"];&lt;BR /&gt;define field3 / display format=8.2 style=[tagattr="format:#,####0.00%"];&lt;BR /&gt;define field4 / display;&lt;BR /&gt;define field5 / display;&lt;BR /&gt;define field6 /display;&lt;BR /&gt;define field7 /display;&lt;BR /&gt;define field8 /display;&lt;BR /&gt;define field9 /display format=8.2 style=[tagattr="format:#,####0.00"];&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;BR /&gt;ods excel close;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:25:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-keep-Excel-spreadsheet-from-opening-when-ODS-Excel-is/m-p/375099#M18943</guid>
      <dc:creator>JohnO1</dc:creator>
      <dc:date>2017-07-11T19:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I keep Excel spreadsheet from opening when ODS Excel is closed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-keep-Excel-spreadsheet-from-opening-when-ODS-Excel-is/m-p/375106#M18944</link>
      <description>&lt;P&gt;There's an option called 'View&amp;nbsp;Results as they are generated' in Base and EG that you can turn off. This means that any output to an external file (PDF, DOC, XLSX) will no longer automatically open.&lt;/P&gt;
&lt;P&gt;Find this option in Tools&amp;gt;Preferences&amp;gt;Results Tab&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-keep-Excel-spreadsheet-from-opening-when-ODS-Excel-is/m-p/375106#M18944</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-11T19:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I keep Excel spreadsheet from opening when ODS Excel is closed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-keep-Excel-spreadsheet-from-opening-when-ODS-Excel-is/m-p/375107#M18945</link>
      <description>&lt;P&gt;Reeza thanks for the quick responce.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the issue I am having will not occur when the job runs in batch mode from a scheduler. It is only happening because I am manually running the program from&amp;nbsp;the enhanced editor window correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-keep-Excel-spreadsheet-from-opening-when-ODS-Excel-is/m-p/375107#M18945</guid>
      <dc:creator>JohnO1</dc:creator>
      <dc:date>2017-07-11T19:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I keep Excel spreadsheet from opening when ODS Excel is closed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-keep-Excel-spreadsheet-from-opening-when-ODS-Excel-is/m-p/375108#M18946</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/153552"&gt;@JohnO1&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Reeza thanks for the quick responce.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the issue I am having will not occur when the job runs in batch mode from a scheduler. It is only happening because I am manually running the program from&amp;nbsp;the enhanced editor window correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sorry, I don't know the answer to that question. I don't run jobs from a scheduler.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:52:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-keep-Excel-spreadsheet-from-opening-when-ODS-Excel-is/m-p/375108#M18946</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-11T19:52:04Z</dc:date>
    </item>
  </channel>
</rss>

