<?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: Remove whitespace in ODS PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-whitespace-in-ODS-PDF/m-p/505730#M21907</link>
    <description>&lt;P&gt;Show some code please that generates that output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16557"&gt;@Kastchei&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating a PDF out of proc compare.&amp;nbsp; The output has an extreme amount of whitespace, such that a completely clean compare takes up an entire page.&amp;nbsp; This doesn't happen in the HTML output or listing output.&amp;nbsp; It almost looks as if the entire thing has been double-spaced.&amp;nbsp; Any ideas how to get rid of this?&amp;nbsp; Screenshots are attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2018 19:40:04 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-10-18T19:40:04Z</dc:date>
    <item>
      <title>Remove whitespace in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-whitespace-in-ODS-PDF/m-p/505706#M21906</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating a PDF out of proc compare.&amp;nbsp; The output has an extreme amount of whitespace, such that a completely clean compare takes up an entire page.&amp;nbsp; This doesn't happen in the HTML output or listing output.&amp;nbsp; It almost looks as if the entire thing has been double-spaced.&amp;nbsp; Any ideas how to get rid of this?&amp;nbsp; Screenshots are attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 19:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-whitespace-in-ODS-PDF/m-p/505706#M21906</guid>
      <dc:creator>Kastchei</dc:creator>
      <dc:date>2018-10-18T19:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove whitespace in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-whitespace-in-ODS-PDF/m-p/505730#M21907</link>
      <description>&lt;P&gt;Show some code please that generates that output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16557"&gt;@Kastchei&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating a PDF out of proc compare.&amp;nbsp; The output has an extreme amount of whitespace, such that a completely clean compare takes up an entire page.&amp;nbsp; This doesn't happen in the HTML output or listing output.&amp;nbsp; It almost looks as if the entire thing has been double-spaced.&amp;nbsp; Any ideas how to get rid of this?&amp;nbsp; Screenshots are attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 19:40:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-whitespace-in-ODS-PDF/m-p/505730#M21907</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-18T19:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove whitespace in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-whitespace-in-ODS-PDF/m-p/505731#M21908</link>
      <description>Hi:&lt;BR /&gt;  In my memory of some SAS output, PROC COMPARE doesn't work the way other ODS output works. The entire report from PROC COMPARE is put inside a "box" or container and then all the output is written out as it would have been written out in the "old days" before ODS -- as thought it were going to the old OUTPUT Window. &lt;BR /&gt;&lt;BR /&gt;  I do not believe there's a way to change the output from PROC COMPARE. &lt;BR /&gt;&lt;BR /&gt;  In the old days, I used to write PROC COMPARE to a .LST file or .TXT file using PROC PRINTTO and then open the .LST file with Word and "pretty it up". The type of output that is created is called "Batch output" from PROC COMPARE. &lt;BR /&gt;&lt;BR /&gt;  This document &lt;A href="https://support.sas.com/rnd/base/ods/templateFAQ/ODS91.pdf" target="_blank"&gt;https://support.sas.com/rnd/base/ods/templateFAQ/ODS91.pdf&lt;/A&gt; has PROC TEMPLATE code for changing the font from SAS Monospace to a different font, but does not address the spacing issue or whitespace issue. You might want to check with Tech Support about whether there's a way to influence the spacing (but my guess is that there's not).&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 18 Oct 2018 19:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-whitespace-in-ODS-PDF/m-p/505731#M21908</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-10-18T19:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remove whitespace in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-whitespace-in-ODS-PDF/m-p/505734#M21909</link>
      <description>&lt;P&gt;Change your style to journal or minimal and set startpage to never.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data cars;
set sashelp.cars;
call streaminit(25);
if age in (13, 14) then call missing(weight);
if age in (10, 12) then height = height + rand('normal', 5);
run;


ods pdf file='C:\_localdata\demo.pdf' style=minimal startpage=never;
proc compare data=cars compare=sashelp.cars;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Show some code please that generates that output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16557"&gt;@Kastchei&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating a PDF out of proc compare.&amp;nbsp; The output has an extreme amount of whitespace, such that a completely clean compare takes up an entire page.&amp;nbsp; This doesn't happen in the HTML output or listing output.&amp;nbsp; It almost looks as if the entire thing has been double-spaced.&amp;nbsp; Any ideas how to get rid of this?&amp;nbsp; Screenshots are attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 19:43:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-whitespace-in-ODS-PDF/m-p/505734#M21909</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-18T19:43:46Z</dc:date>
    </item>
  </channel>
</rss>

