<?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 multiple proc output in a same excel sheet in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-proc-output-in-a-same-excel-sheet/m-p/515161#M22024</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;another question about ods excel or similar..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to output in only one excel sheet, a lot of proc report/proc tabulate output... but not one output in each sheet, and not all proc output vertically stacked all in one sheet, BUT horizzontal stacked....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;like you see in attachment...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in ods excel sas 9.4 i cant use region/layout options and start_at options works only once...&lt;/P&gt;&lt;P&gt;i dont' know if anyone have eny workaround&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;mauro&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2018 17:07:14 GMT</pubDate>
    <dc:creator>rufmau68</dc:creator>
    <dc:date>2018-11-21T17:07:14Z</dc:date>
    <item>
      <title>multiple proc output in a same excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-proc-output-in-a-same-excel-sheet/m-p/515161#M22024</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;another question about ods excel or similar..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to output in only one excel sheet, a lot of proc report/proc tabulate output... but not one output in each sheet, and not all proc output vertically stacked all in one sheet, BUT horizzontal stacked....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;like you see in attachment...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in ods excel sas 9.4 i cant use region/layout options and start_at options works only once...&lt;/P&gt;&lt;P&gt;i dont' know if anyone have eny workaround&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;mauro&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 17:07:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-proc-output-in-a-same-excel-sheet/m-p/515161#M22024</guid>
      <dc:creator>rufmau68</dc:creator>
      <dc:date>2018-11-21T17:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: multiple proc output in a same excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-proc-output-in-a-same-excel-sheet/m-p/515163#M22025</link>
      <description>Multiple to one sheet is fine, but I don't think SAS can do this at the moment. R will, you can use the XLSX package to accomplish this. Otherwise you need VBS most likely. It depends on how complex your report is.</description>
      <pubDate>Wed, 21 Nov 2018 17:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-proc-output-in-a-same-excel-sheet/m-p/515163#M22025</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-21T17:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: multiple proc output in a same excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-proc-output-in-a-same-excel-sheet/m-p/515173#M22026</link>
      <description>&lt;P&gt;You can't do that using SAS alone, you may need to use VBA also. Look at this "&lt;STRONG&gt;%EXCEL_ENHANCE&lt;/STRONG&gt;" macro by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13736"&gt;@Chevell_sas&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/2174-2018.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/2174-2018.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 17:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-proc-output-in-a-same-excel-sheet/m-p/515173#M22026</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-11-21T17:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: multiple proc output in a same excel sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-proc-output-in-a-same-excel-sheet/m-p/515178#M22027</link>
      <description>RWI may be another option, but I only see HTML and PDF examples so far. If you only have one sheet with the multiple you can create an HTML file that Excel will display and then covert that using VBS script but its not guaranteed of course.</description>
      <pubDate>Wed, 21 Nov 2018 17:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-proc-output-in-a-same-excel-sheet/m-p/515178#M22027</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-21T17:33:07Z</dc:date>
    </item>
  </channel>
</rss>

