<?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 FILE table not displayed in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-FILE-table-not-displayed/m-p/291777#M16629</link>
    <description>&lt;P&gt;Hi, I am creating a PDF file with charts. One of the pages is a proc report. the table is not displaying because I think it is longer than one page. That's just a guess. so it displays the title of that page and that's all, it moves to the next page.&amp;nbsp;The next page is displaying the charts correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea of what I cand o to make this table display?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2016 21:20:44 GMT</pubDate>
    <dc:creator>AJCFreeman</dc:creator>
    <dc:date>2016-08-15T21:20:44Z</dc:date>
    <item>
      <title>ODS PDF FILE table not displayed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-FILE-table-not-displayed/m-p/291777#M16629</link>
      <description>&lt;P&gt;Hi, I am creating a PDF file with charts. One of the pages is a proc report. the table is not displaying because I think it is longer than one page. That's just a guess. so it displays the title of that page and that's all, it moves to the next page.&amp;nbsp;The next page is displaying the charts correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea of what I cand o to make this table display?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 21:20:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-FILE-table-not-displayed/m-p/291777#M16629</guid>
      <dc:creator>AJCFreeman</dc:creator>
      <dc:date>2016-08-15T21:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF FILE table not displayed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-FILE-table-not-displayed/m-p/291793#M16630</link>
      <description>Hi:&lt;BR /&gt;  Are you using ODS TEXT= and/or STARTPAGE=NO or STARTPAGE=NEVER? Without seeing your code and some sample data, no one can even try to replicate your issue. There was a Tech Support note from a few years back that you would not get an image if you were using {THISPAGE} and {LASTPAGE} with images and ODS PDF, but not getting a TABLE is strange. Generally, SAS starts the table on the page with the title unless your code is doing something strange. If I use PROC REPORT with ODS PDF and the table is longer than 1 page, the table just continues to the next page(s).&lt;BR /&gt; &lt;BR /&gt;cynthia&lt;BR /&gt;&lt;BR /&gt;**For example, this code generates a 4 page output;&lt;BR /&gt;ods pdf file='c:\temp\doshoes.pdf' ;&lt;BR /&gt;proc report data=sashelp.shoes;&lt;BR /&gt;  title 'SASHELP.SHOES -- more than 1 page';&lt;BR /&gt;  where region in ('Asia', 'Pacific', 'Western Europe');&lt;BR /&gt;run;&lt;BR /&gt;ods pdf close;</description>
      <pubDate>Mon, 15 Aug 2016 22:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-FILE-table-not-displayed/m-p/291793#M16630</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-08-15T22:56:32Z</dc:date>
    </item>
  </channel>
</rss>

