<?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 ODS PDF - How to deal with blank page in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-How-to-deal-with-blank-page/m-p/198215#M266583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Proc Report and ODS PDF layout to create a PDF report, but some of pages followed by blank page. I have no idea what cause the blank page.&lt;/P&gt;&lt;P&gt;Here is a example of code I have...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS listing close;&lt;/P&gt;&lt;P&gt;goptions device=actximg;&lt;/P&gt;&lt;P&gt;ODS PDF File="\\..\..\..\...pdf";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS layout start;&lt;/P&gt;&lt;P&gt;ods region width= height= y= x= ;&lt;/P&gt;&lt;P&gt;Proc Report ;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;Quit;&lt;/P&gt;&lt;P&gt;ODS layout end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS PDF startpage=now;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc Report;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Run; Quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS PDF Close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2015 18:02:45 GMT</pubDate>
    <dc:creator>JUN_Sands</dc:creator>
    <dc:date>2015-06-02T18:02:45Z</dc:date>
    <item>
      <title>ODS PDF - How to deal with blank page</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-How-to-deal-with-blank-page/m-p/198215#M266583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Proc Report and ODS PDF layout to create a PDF report, but some of pages followed by blank page. I have no idea what cause the blank page.&lt;/P&gt;&lt;P&gt;Here is a example of code I have...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS listing close;&lt;/P&gt;&lt;P&gt;goptions device=actximg;&lt;/P&gt;&lt;P&gt;ODS PDF File="\\..\..\..\...pdf";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS layout start;&lt;/P&gt;&lt;P&gt;ods region width= height= y= x= ;&lt;/P&gt;&lt;P&gt;Proc Report ;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;Quit;&lt;/P&gt;&lt;P&gt;ODS layout end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS PDF startpage=now;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc Report;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Run; Quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS PDF Close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 18:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-How-to-deal-with-blank-page/m-p/198215#M266583</guid>
      <dc:creator>JUN_Sands</dc:creator>
      <dc:date>2015-06-02T18:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - How to deal with blank page</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-How-to-deal-with-blank-page/m-p/198216#M266584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One generic cause could be a STARTPAGE following a long table. The table could end near the bottom of a page and the end spaces afterward appear on a new page. A STARTPAGE in could then add a new page creating a blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coupled with lots of unspecified layout controls and no data it is fairly hard to be more specific.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 19:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-How-to-deal-with-blank-page/m-p/198216#M266584</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-02T19:35:45Z</dc:date>
    </item>
  </channel>
</rss>

