<?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 ExcelXPtagset creating sheet with empty dataset in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352815#M18409</link>
    <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/38890"&gt;@cynthia&lt;/a&gt; I created a blank row in the table and spit it out and it worked&lt;BR /&gt;I appreciate your patience and support</description>
    <pubDate>Mon, 24 Apr 2017 12:38:36 GMT</pubDate>
    <dc:creator>JasonNC</dc:creator>
    <dc:date>2017-04-24T12:38:36Z</dc:date>
    <item>
      <title>ODS ExcelXPtagset creating sheet with empty dataset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352664#M18396</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating multiexcel sheet with odsexcelxp tagset using proc report. i want Excel tab to be created even when the dataset is empty.Currently the sheet is creating tabs only for those the datsets are not empty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to overcome this?&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2017 21:50:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352664#M18396</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2017-04-23T21:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: ODS ExcelXPtagset creating sheet with empty dataset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352670#M18397</link>
      <description>&lt;P&gt;I don't believe there's a simple option, you'll have to force it somehow.&lt;/P&gt;
&lt;P&gt;Do they need to be in a specific order?&lt;/P&gt;
&lt;P&gt;How are you currently creating sheets and controlling what goes where?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're using BY groups you may want to add an empty level, ie has the variable that controls the sheets&amp;nbsp;but all other var are missing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2017 22:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352670#M18397</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-23T22:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODS ExcelXPtagset creating sheet with empty dataset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352689#M18398</link>
      <description>Hi:&lt;BR /&gt; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;, is correct you have to control for this yourself. I believe there have been several earlier postings asking this same question. Most people will use the SAS Macro facility to test for whether the desired table is in existence and if it does not exist, they write a dummy table out, frequently with just an error message. Here's an example of a previous posting: &lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/How-to-test-for-zero-observations-and-still-be-in-control/td-p/80447" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/How-to-test-for-zero-observations-and-still-be-in-control/td-p/80447&lt;/A&gt; and &lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/Create-Empty-Data-File/td-p/62088" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/Create-Empty-Data-File/td-p/62088&lt;/A&gt; and here's an older example in a Tech Support note that discusses the Output Window -- &lt;A href="http://support.sas.com/kb/26/157.html" target="_blank"&gt;http://support.sas.com/kb/26/157.html&lt;/A&gt; or &lt;A href="http://support.sas.com/kb/24/670.html" target="_blank"&gt;http://support.sas.com/kb/24/670.html&lt;/A&gt; -- you'd have to modify the code a bit to send output to ODS destinations.&lt;BR /&gt;cynthia</description>
      <pubDate>Mon, 24 Apr 2017 01:48:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352689#M18398</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-04-24T01:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS ExcelXPtagset creating sheet with empty dataset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352814#M18408</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; I created a table with an empty row and it worked.I always appreciate your support</description>
      <pubDate>Mon, 24 Apr 2017 12:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352814#M18408</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2017-04-24T12:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: ODS ExcelXPtagset creating sheet with empty dataset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352815#M18409</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/38890"&gt;@cynthia&lt;/a&gt; I created a blank row in the table and spit it out and it worked&lt;BR /&gt;I appreciate your patience and support</description>
      <pubDate>Mon, 24 Apr 2017 12:38:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-ExcelXPtagset-creating-sheet-with-empty-dataset/m-p/352815#M18409</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2017-04-24T12:38:36Z</dc:date>
    </item>
  </channel>
</rss>

