<?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: sgplot one header title ans one graph title in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sgplot-one-header-title-ans-one-graph-title/m-p/386993#M19023</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is one way to put a title in the graph and another one outside the graph.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class tmplout='t';
   title 'Weight and Height by Sex';
   reg y=weight x=height / group=sex;
run;   

%inc 't';

title 'Page Title';
ods rtf file='b.rtf';
proc sgrender data=sashelp.class template=sgplot;
run;
ods rtf close; 

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2017 13:40:04 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2017-08-10T13:40:04Z</dc:date>
    <item>
      <title>sgplot one header title ans one graph title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sgplot-one-header-title-ans-one-graph-title/m-p/386988#M19022</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;hello,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;is it possible to put 2 differents titles, one for hearder (rtf file) and one for the graph.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;because&amp;nbsp;before the proc sgplot I put this &lt;/FONT&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;Title&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'Title for the hearder'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; ;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT face="Courier New"&gt;and by specifying&amp;nbsp;the ODS RTF option "&lt;/FONT&gt;NOGTITLE&lt;FONT face="Courier New"&gt;" , I succed to obtain the header title in the hearder.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT face="Courier New"&gt;But after that , I put another title &lt;FONT color="#0000ff" face="Courier New"&gt;Title&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'Title for the graph' &lt;/FONT&gt;;inside the proc sgplot and this replace the previous. I would like to display the 2 titles.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT face="Courier New"&gt;thanks in advance for your help&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT face="Courier New"&gt;Nasser&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 13:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/sgplot-one-header-title-ans-one-graph-title/m-p/386988#M19022</guid>
      <dc:creator>Nasser_DRMCP</dc:creator>
      <dc:date>2017-08-10T13:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot one header title ans one graph title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sgplot-one-header-title-ans-one-graph-title/m-p/386993#M19023</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is one way to put a title in the graph and another one outside the graph.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class tmplout='t';
   title 'Weight and Height by Sex';
   reg y=weight x=height / group=sex;
run;   

%inc 't';

title 'Page Title';
ods rtf file='b.rtf';
proc sgrender data=sashelp.class template=sgplot;
run;
ods rtf close; 

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 13:40:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/sgplot-one-header-title-ans-one-graph-title/m-p/386993#M19023</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-08-10T13:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot one header title ans one graph title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sgplot-one-header-title-ans-one-graph-title/m-p/386995#M19024</link>
      <description>&lt;P&gt;I think you could use PROC DOCUMENT too, but I need to run to a meeting now, so I don't have time to investigate right now.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 13:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/sgplot-one-header-title-ans-one-graph-title/m-p/386995#M19024</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-08-10T13:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot one header title ans one graph title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sgplot-one-header-title-ans-one-graph-title/m-p/387085#M19025</link>
      <description>&lt;P&gt;Here is a more direct way, but it is not supported in RTF.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;title;
ods html file='b.html';
ods layout gridded;
ods region;
title "Page Title" ;

ods region;
proc sgplot data=sashelp.class tmplout='t';
   title 'Weight and Height by Sex';
   reg y=weight x=height / group=sex;
run;   
ods layout end;
ods html close; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Aug 2017 16:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/sgplot-one-header-title-ans-one-graph-title/m-p/387085#M19025</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-08-10T16:40:30Z</dc:date>
    </item>
  </channel>
</rss>

