<?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: Excel - print output across the page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394676#M19302</link>
    <description>Hi:&lt;BR /&gt;  To me, the key part of your statement is: "the audience wants to compare tables side by side when printed on paper" -- so why not give them a PDF output that will allow them to do exactly this. ODS PDF does allow you to print tables side by side -- the simple way -- using COLUMNS=2 or the more complicated way -- using ODS LAYOUT and ODS REGION.&lt;BR /&gt;&lt;BR /&gt;ODS PDF was originally written with the underlying assumption that the output could be printed. That is not necessarily true of the other destinations. &lt;BR /&gt;&lt;BR /&gt;cynthia</description>
    <pubDate>Mon, 11 Sep 2017 13:38:09 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2017-09-11T13:38:09Z</dc:date>
    <item>
      <title>Excel - print output across the page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394597#M19296</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have SAS 9.4 on a Windows environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have been using DDE to print multiple output onto a worksheet where the output&amp;nbsp;is placed side by side across the worksheet.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; However we would like to move away from DDE as it seems to be slow on the latest Windows version to the point of being unusable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't believe ods tagsets.ExcelXP permits side-by-side layout&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;Does ODS Excel within 9.4 permit side-by-side layout, and if so how is this specified please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 09:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394597#M19296</guid>
      <dc:creator>RB1Kenobi</dc:creator>
      <dc:date>2017-09-11T09:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - print output across the page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394606#M19297</link>
      <description>&lt;P&gt;An example might help. &amp;nbsp;Why can you not create the output files, and join them together? &amp;nbsp;Quite simple you could even use Excel nomencalture, eg:&lt;/P&gt;
&lt;P&gt;dataset1 ROWNO &amp;nbsp;A B C D&lt;/P&gt;
&lt;P&gt;dataset2 ROWNO &amp;nbsp;E F G H&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Merged:&lt;/P&gt;
&lt;P&gt;ROWNO A B C D E F G H&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also try the option;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;PAGE_ORDER_ACROSS&lt;/TD&gt;
&lt;TD&gt;no&lt;/TD&gt;
&lt;TD&gt;If set to yes, the worksheet page order will be set to print across, then down&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Look in the guidance:&lt;BR /&gt;&lt;A href="https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 09:54:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394606#M19297</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-09-11T09:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - print output across the page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394616#M19298</link>
      <description>&lt;P&gt;Thanks RW9.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I am trying to mimic the level of output location control that DDE provides.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had considered joining the output together and using proc report styling hacks to make it appear as two outputs.&amp;nbsp;&amp;nbsp; But this might not always work as we have many reports that have been built using DDE over the years.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The tagset option PAGE_ORDER_ACROSS creates one output per worksheet, whereas I am trying to control multiple SAS outputs within one worksheet e.g. the audience wants to compare tables side by side when printed on paper.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 10:15:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394616#M19298</guid>
      <dc:creator>RB1Kenobi</dc:creator>
      <dc:date>2017-09-11T10:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - print output across the page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394622#M19299</link>
      <description>&lt;P&gt;Not with tagset. &amp;nbsp;You can try this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export" target="_blank"&gt;http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Never used it myself. &amp;nbsp;If it was me, I would change the whole process, never seen the point in multiple outputs on one sheet, or big Excel files. &amp;nbsp;Excel is really not a reporting environment, not a data transfer file format etc.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 10:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394622#M19299</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-09-11T10:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - print output across the page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394676#M19302</link>
      <description>Hi:&lt;BR /&gt;  To me, the key part of your statement is: "the audience wants to compare tables side by side when printed on paper" -- so why not give them a PDF output that will allow them to do exactly this. ODS PDF does allow you to print tables side by side -- the simple way -- using COLUMNS=2 or the more complicated way -- using ODS LAYOUT and ODS REGION.&lt;BR /&gt;&lt;BR /&gt;ODS PDF was originally written with the underlying assumption that the output could be printed. That is not necessarily true of the other destinations. &lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Mon, 11 Sep 2017 13:38:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394676#M19302</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-09-11T13:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - print output across the page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394723#M19307</link>
      <description>Yes I agree, but I guarantee when I distribute the report the first response will be to ask for it in Excel!    We can only try : )</description>
      <pubDate>Mon, 11 Sep 2017 16:08:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394723#M19307</guid>
      <dc:creator>RB1Kenobi</dc:creator>
      <dc:date>2017-09-11T16:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - print output across the page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394949#M19317</link>
      <description>&lt;P&gt;Maybe not ideal but this shows a combined data set split across by the data set name. Use of IN= options in the Work.All would allow conditional assignment of better text than the data set name. To compare data the two sets should be sorted the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data work.one;
   input grp x y;
datalines;
1 3 28
1 2 56
1 5 33
;
run;
data work.two;
   input grp x y;
datalines;
1 3 28
1 2 56
1 5 23
;
run;

data work.all;
   length source $42.;
   set work.one work.two indsname=temp;
   source = temp;
run;

proc report data=work.all;
   column source,(grp x y);
   define source /across;
run;
quit;

&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Sep 2017 22:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/394949#M19317</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-11T22:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - print output across the page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/395075#M19322</link>
      <description>Thank you for your input, that's an interesting datastep trick.</description>
      <pubDate>Tue, 12 Sep 2017 12:35:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-print-output-across-the-page/m-p/395075#M19322</guid>
      <dc:creator>RB1Kenobi</dc:creator>
      <dc:date>2017-09-12T12:35:38Z</dc:date>
    </item>
  </channel>
</rss>

