<?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: ODS Excel won't work in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414090#M19879</link>
    <description>&lt;P&gt;Got you. I will look into my log to fix the errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know what errors you saw?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2017 17:23:27 GMT</pubDate>
    <dc:creator>ply20051</dc:creator>
    <dc:date>2017-11-16T17:23:27Z</dc:date>
    <item>
      <title>ODS Excel won't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414086#M19875</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a very weird issue with ODS Excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put ODS Excel code section in front of proc sql and several proc freq. After running the program, I don't get any excel file, nothing coming out. Log doesn't say anything either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I only marked and run the top part of "ODS Excel file=..."&amp;nbsp; code again, it gave me the excel file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is this problem? How to fix it to generate the excel file right away after the running of the program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my SAS codes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods excel file="c:\....xlsx" options (...);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;create table a1 as&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from *;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods excel options(sheet_interval="proc" sheet_name="Table 1";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc freq data=a1;&lt;/P&gt;&lt;P&gt;title1 "Table 1"&lt;/P&gt;&lt;P&gt;table col1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods excel options(sheet_interval="proc" sheet_name="Table 2";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc freq data=a1;&lt;/P&gt;&lt;P&gt;title1 "Table 2"&lt;/P&gt;&lt;P&gt;table col2;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods excel close;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414086#M19875</guid>
      <dc:creator>ply20051</dc:creator>
      <dc:date>2017-11-16T17:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel won't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414087#M19876</link>
      <description>&lt;P&gt;Post the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/178025"&gt;@ply20051&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a very weird issue with ODS Excel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I put ODS Excel code section in front of proc sql and several proc freq. After running the program, I don't get any excel file, nothing coming out. Log doesn't say anything either.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I only marked and run the top part of "ODS Excel file=..."&amp;nbsp; code again, it gave me the excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is this problem? How to fix it to generate the excel file right away after the running of the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my SAS codes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods excel file="c:\....xlsx" options (...);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sql;&lt;/P&gt;
&lt;P&gt;create table a1 as&lt;/P&gt;
&lt;P&gt;select *&lt;/P&gt;
&lt;P&gt;from *;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods excel options(sheet_interval="proc" sheet_name="Table 1";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=a1;&lt;/P&gt;
&lt;P&gt;title1 "Table 1"&lt;/P&gt;
&lt;P&gt;table col1;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ods excel options(sheet_interval="proc" sheet_name="Table 2";&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=a1;&lt;/P&gt;
&lt;P&gt;title1 "Table 2"&lt;/P&gt;
&lt;P&gt;table col2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ods excel close;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414087#M19876</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-16T17:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel won't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414088#M19877</link>
      <description>&lt;P&gt;Sorry. This time it works. I run it twice and it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:19:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414088#M19877</guid>
      <dc:creator>ply20051</dc:creator>
      <dc:date>2017-11-16T17:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel won't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414089#M19878</link>
      <description>&lt;P&gt;Your code has errors so I would still suggest checking your log and fixing any issues.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414089#M19878</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-16T17:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel won't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414090#M19879</link>
      <description>&lt;P&gt;Got you. I will look into my log to fix the errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know what errors you saw?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414090#M19879</guid>
      <dc:creator>ply20051</dc:creator>
      <dc:date>2017-11-16T17:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel won't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414091#M19880</link>
      <description>&lt;P&gt;I forgot typing in ")" in ods options.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-won-t-work/m-p/414091#M19880</guid>
      <dc:creator>ply20051</dc:creator>
      <dc:date>2017-11-16T17:24:31Z</dc:date>
    </item>
  </channel>
</rss>

