<?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 PDF decease output spacing in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298836#M16929</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Without data or seeing ALL of your code, nobody can try to replicate your output or really comment constructively at all on your question. Can you post your data and your code, including your options statement and your ODS statements.&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2016 01:23:57 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2016-09-16T01:23:57Z</dc:date>
    <item>
      <title>Re: ODS PDF decease output spacing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298806#M16926</link>
      <description>&lt;P&gt;Hi...I am creating a report using ODS PDF and can't seem to figure out how to change the number of rows of output on each page of the report. Right now, I am getting 34 rows of actual data on each page and there is a large space or gap between each row as if a blank row was inserted in between each row of data. I would just like to have as many rows of data on each page as possible and can fit, Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 21:22:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298806#M16926</guid>
      <dc:creator>twildone</dc:creator>
      <dc:date>2016-09-15T21:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF decease output spacing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298813#M16927</link>
      <description>&lt;P&gt;The first bit is to consider the ODS style in effect. If you didn't specify one then likely defaults to the PDF style which sets things like default Font, font size and cell padding in cells of tables.&lt;/P&gt;
&lt;P&gt;So specify a different ODS style when creating the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You didn't say which procedure you are using but Procs Print, Report and Tabulate have style overrides available to control such settings on a per table, column, row or cell basis. So you could use those to use a smaller font and less cell padding to get more rows of text per output page. We would have to know your procedure code to see what you may want to set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also your options for&amp;nbsp;Margin settings,&amp;nbsp;Topmargin and Bottom margin affect how much page space is allotted to top and&amp;nbsp;bottom&amp;nbsp;margins.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 22:12:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298813#M16927</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-15T22:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF decease output spacing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298816#M16928</link>
      <description>&lt;P&gt;Hi...I am using PROC Report...&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 22:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298816#M16928</guid>
      <dc:creator>twildone</dc:creator>
      <dc:date>2016-09-15T22:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF decease output spacing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298836#M16929</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Without data or seeing ALL of your code, nobody can try to replicate your output or really comment constructively at all on your question. Can you post your data and your code, including your options statement and your ODS statements.&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 01:23:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298836#M16929</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-09-16T01:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF decease output spacing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298838#M16930</link>
      <description>&lt;PRE&gt;
1) This option could make PDF as large as you want to hold those obs.
options papersize=(10cm 20cm);

2)This option could make PDF a little bigger .
options leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0;

&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2016 01:35:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ODS-PDF-decease-output-spacing/m-p/298838#M16930</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-16T01:35:55Z</dc:date>
    </item>
  </channel>
</rss>

