<?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 squeezing table and graph into one page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/squeezing-table-and-graph-into-one-page/m-p/29011#M4440</link>
    <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I was wondering if it was possible to squeeze a table and graph into one page in a pdf.&lt;BR /&gt;
&lt;BR /&gt;
In a paper I read the guy recommends using &lt;B&gt;'ods pdf StartsPage=Never;&lt;/B&gt;' but this only works for one table and graph. Otherwise squeezes all tables and graphs into one page and makes a huge mess. &lt;BR /&gt;
&lt;BR /&gt;
Any suggestions?&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sachin</description>
    <pubDate>Thu, 04 Nov 2010 23:29:05 GMT</pubDate>
    <dc:creator>SachinRuk</dc:creator>
    <dc:date>2010-11-04T23:29:05Z</dc:date>
    <item>
      <title>squeezing table and graph into one page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/squeezing-table-and-graph-into-one-page/m-p/29011#M4440</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I was wondering if it was possible to squeeze a table and graph into one page in a pdf.&lt;BR /&gt;
&lt;BR /&gt;
In a paper I read the guy recommends using &lt;B&gt;'ods pdf StartsPage=Never;&lt;/B&gt;' but this only works for one table and graph. Otherwise squeezes all tables and graphs into one page and makes a huge mess. &lt;BR /&gt;
&lt;BR /&gt;
Any suggestions?&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sachin</description>
      <pubDate>Thu, 04 Nov 2010 23:29:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/squeezing-table-and-graph-into-one-page/m-p/29011#M4440</guid>
      <dc:creator>SachinRuk</dc:creator>
      <dc:date>2010-11-04T23:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: squeezing table and graph into one page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/squeezing-table-and-graph-into-one-page/m-p/29012#M4441</link>
      <description>Clarify "table" - PROC PRINT, REPORT -- suggest contributing whatever SAS code you have which is not working correctly, along with what exactly does happen (unexpected pagination).  Are you trying to get vertical stacking or side-by-side?&lt;BR /&gt;
&lt;BR /&gt;
Also, have you looked at GOPTIONS parameters XPIXELS / YPIXELS, and VSIZE, HSIZE and also consider ODS / with LANDSCAPE vs PORTRAIT, depending on the information height/width and orientation desired?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 04 Nov 2010 23:57:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/squeezing-table-and-graph-into-one-page/m-p/29012#M4441</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-11-04T23:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: squeezing table and graph into one page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/squeezing-table-and-graph-into-one-page/m-p/29013#M4442</link>
      <description>You can use multiple startpage statements. &lt;BR /&gt;
Something like:&lt;BR /&gt;
&lt;BR /&gt;
ods pdf startpage=now; /* before the proc that generates the table*/&lt;BR /&gt;
ods pdf startpage=no;  /* before the proc that generated the graph*/&lt;BR /&gt;
&lt;BR /&gt;
repeat as needed.</description>
      <pubDate>Fri, 05 Nov 2010 22:21:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/squeezing-table-and-graph-into-one-page/m-p/29013#M4442</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2010-11-05T22:21:05Z</dc:date>
    </item>
  </channel>
</rss>

