<?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: TABULATE titles while using ODS REGION with PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/257#M89</link>
    <description>Yes, that's exactly what I was looking for...and completely forgot about using ODS TEXT.&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
    <pubDate>Wed, 05 Apr 2006 16:56:03 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-04-05T16:56:03Z</dc:date>
    <item>
      <title>TABULATE titles while using ODS REGION with PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/252#M84</link>
      <description>In one segment of a program I'm writing, I create a PDF with two TABULATE tables, side-by-side.  In order to get an overall title on the page, I've laid everything out with ODS REGION statements--GSLIDE to control the title and a region for each table.&lt;BR /&gt;
&lt;BR /&gt;
I would also like the titles for the individual tables to show up.  Using TITLE within TABULATE does indeed generate the titles--they're showing up on the non-PDF output--but they won't show up in my PDF output.  I have made the heights of the regions more than sufficient for a table and title, and I know if the region was too small it would be cutting off the table at the bottom, not the title.&lt;BR /&gt;
&lt;BR /&gt;
Any general idea why such a thing would happen, or is this probably a case to send to tech support?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Thu, 23 Mar 2006 16:39:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/252#M84</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-03-23T16:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: TABULATE titles while using ODS REGION with PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/253#M85</link>
      <description>Could you send me a snippet of code and the output you are receiving so I can get a better idea of what you are describing.  &lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;
Just e-mail it to ods@sas.com</description>
      <pubDate>Thu, 23 Mar 2006 19:38:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/253#M85</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2006-03-23T19:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: TABULATE titles while using ODS REGION with PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/254#M86</link>
      <description>I would also be interested in seeing the solution to this issue as I'm about to attempt the same thing myself.&lt;BR /&gt;
Thanks. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Sun, 26 Mar 2006 21:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/254#M86</guid>
      <dc:creator>ChrisW75</dc:creator>
      <dc:date>2006-03-26T21:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: TABULATE titles while using ODS REGION with PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/255#M87</link>
      <description>Our ODS LAYOUT expert in R&amp;amp;D is away this week (SUGI).  We should have an answer for you early next week.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Fri, 31 Mar 2006 15:55:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/255#M87</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2006-03-31T15:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: TABULATE titles while using ODS REGION with PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/256#M88</link>
      <description>After investigation I discovered the problem.  When you use the option "startpage=never" new pages never get created.  Therefore you won't have the ability to request a title on a new page since it never occurs.  A simple solution would be to call "ods pdf text=" instead and center it over your table to act as a title.  Please let me know if I'm misunderstanding your question.</description>
      <pubDate>Mon, 03 Apr 2006 20:13:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/256#M88</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2006-04-03T20:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: TABULATE titles while using ODS REGION with PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/257#M89</link>
      <description>Yes, that's exactly what I was looking for...and completely forgot about using ODS TEXT.&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Wed, 05 Apr 2006 16:56:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/TABULATE-titles-while-using-ODS-REGION-with-PDF/m-p/257#M89</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-04-05T16:56:03Z</dc:date>
    </item>
  </channel>
</rss>

