<?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 Is there any equivalent to BODYTITLE option for ODS PDF? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-any-equivalent-to-BODYTITLE-option-for-ODS-PDF/m-p/628624#M23805</link>
    <description>&lt;P&gt;Is there an equivalent in ODS PDF of the BODYTTILE option available in ODS RTF? Or do we have to work with workaround like ods text...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let xxdemo = ...;


ods pdf file ="&amp;amp;xxdemo./reporting/test.pdf" startpage=no;

title 'Male';

proc print data=sashelp.class (where=(sex='M')) noobs;
run;

title 'Female';

proc print data=sashelp.class (where=(sex='F')) noobs;
run;

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="q3.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36483i642419941D3C12E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="q3.JPG" alt="q3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2020 01:01:52 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2020-03-02T01:01:52Z</dc:date>
    <item>
      <title>Is there any equivalent to BODYTITLE option for ODS PDF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-any-equivalent-to-BODYTITLE-option-for-ODS-PDF/m-p/628624#M23805</link>
      <description>&lt;P&gt;Is there an equivalent in ODS PDF of the BODYTTILE option available in ODS RTF? Or do we have to work with workaround like ods text...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let xxdemo = ...;


ods pdf file ="&amp;amp;xxdemo./reporting/test.pdf" startpage=no;

title 'Male';

proc print data=sashelp.class (where=(sex='M')) noobs;
run;

title 'Female';

proc print data=sashelp.class (where=(sex='F')) noobs;
run;

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="q3.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36483i642419941D3C12E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="q3.JPG" alt="q3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 01:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-any-equivalent-to-BODYTITLE-option-for-ODS-PDF/m-p/628624#M23805</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2020-03-02T01:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any equivalent to BODYTITLE option for ODS PDF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-any-equivalent-to-BODYTITLE-option-for-ODS-PDF/m-p/628859#M23809</link>
      <description>Hi:&lt;BR /&gt;  BODYTITLE is for RTF only. It is not available for ODS PDF. So ODS TEXT is how you insert text.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 02 Mar 2020 18:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-any-equivalent-to-BODYTITLE-option-for-ODS-PDF/m-p/628859#M23809</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-03-02T18:00:54Z</dc:date>
    </item>
  </channel>
</rss>

