<?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 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/674426#M203097</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to output a pdf with plots from sgpanel with a title on the first page.&amp;nbsp; However, when I try to add a title, it ends up on the last page.&amp;nbsp; I would like the title to appear on the first page.&amp;nbsp; I know I can use ODS TEXT, but I would like the title to have multiple lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;GOPTIONS DEVICE=PNG;

ods pdf file = '/FILEPATH/PLOT.pdf';

title 'My Plot';&lt;BR /&gt;title2 'My subtitle';
title3 'My second subtitle';&lt;BR /&gt;
proc sgpanel data = HAVE;
    panelby group_variable;
    scatter x = x_variable y = y_variable;
run;

title; title2; title3;

ods pdf close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2020 16:24:30 GMT</pubDate>
    <dc:creator>whs278</dc:creator>
    <dc:date>2020-08-04T16:24:30Z</dc:date>
    <item>
      <title>ODS PDF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/674426#M203097</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to output a pdf with plots from sgpanel with a title on the first page.&amp;nbsp; However, when I try to add a title, it ends up on the last page.&amp;nbsp; I would like the title to appear on the first page.&amp;nbsp; I know I can use ODS TEXT, but I would like the title to have multiple lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;GOPTIONS DEVICE=PNG;

ods pdf file = '/FILEPATH/PLOT.pdf';

title 'My Plot';&lt;BR /&gt;title2 'My subtitle';
title3 'My second subtitle';&lt;BR /&gt;
proc sgpanel data = HAVE;
    panelby group_variable;
    scatter x = x_variable y = y_variable;
run;

title; title2; title3;

ods pdf close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 16:24:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/674426#M203097</guid>
      <dc:creator>whs278</dc:creator>
      <dc:date>2020-08-04T16:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/674464#M203128</link>
      <description>&lt;P&gt;Please show the LOG of the code that you actually ran. Copy from the log from the ODS PDF statement to the ODS PDF Close including all notes, warnings or other messages. Paste into a code box opened on the forum with the &amp;lt;/&amp;gt; icon to preserve the formatting of the log text.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 17:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/674464#M203128</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-08-04T17:24:41Z</dc:date>
    </item>
  </channel>
</rss>

