<?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: Problem printing the footnote outside the graph in each page in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Problem-printing-the-footnote-outside-the-graph-in-each-page/m-p/645308#M192883</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/222641"&gt;@mnithinshetty&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;I am using ods rtf text= to print my titlte and footnotes. At the bottom of each page I get next page titles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the next page I am not getting titles, looks like not enough space to do so.&lt;/P&gt;
&lt;P&gt;I tried using footnote statement after sgplot procedure ,but it dint help. Is this something to do with ODS rtd statement. Please provide your input.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Each call to ODS RTF Text is similar to a proc output. You need to control when new pages are are started/ ended and reset the ODS RTF STARTPAGE option. You may need to set it to "off" to end one block of output then to "now" to start a new block.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FOOTNOTE output has to be defined before or as part of procedure code to be associated with the procedure. If you do something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Title "Some text";&lt;/P&gt;
&lt;P&gt;Proc sgplot;&lt;/P&gt;
&lt;P&gt;&amp;lt;plot options&amp;gt;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;Footnote "this is a footnote";&lt;/P&gt;
&lt;P&gt;the footnote will be associated with the NEXT procedure output.&lt;/P&gt;
&lt;P&gt;To have the footnote part of the sgplot output:&lt;/P&gt;
&lt;P&gt;Proc sgplot;&lt;/P&gt;
&lt;P&gt;&amp;lt;plot options&amp;gt;&lt;/P&gt;
&lt;P&gt;Footnote "Some footnote text";&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Due to the persistent nature of Title and Footnote you may want to be careful about resetting them AFTER the procedure.&lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2020 14:30:43 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-05-05T14:30:43Z</dc:date>
    <item>
      <title>Problem printing the footnote outside the graph in each page</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-printing-the-footnote-outside-the-graph-in-each-page/m-p/645283#M192874</link>
      <description>&lt;P&gt;I am producing multiple page graph output using sgplot.means one graph output for each subject. I have around 210 pages of output. I am using ods rtf text= to print my titlte and footnotes. At the bottom of each page I get next page titles. In the next page I am not getting titles, looks like not enough space to do so.&lt;/P&gt;&lt;P&gt;I tried using footnote statement after sgplot procedure ,but it dint help. Is this something to do with ODS rtd statement. Please provide your input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods rtf file = "x..rtf" NOGTITLE NOGFOOTNOTE ;&lt;/P&gt;&lt;P&gt;ods graphics / reset width=9.8in height=5.0in ;&lt;/P&gt;&lt;P&gt;title1 h=8pt j=l "&amp;amp;__sponsor.";&lt;BR /&gt;title2 h=8pt j=l "&amp;amp;__protocol." ;&lt;/P&gt;&lt;P&gt;ods rtf text="(*ESC*)S={outputwidth=100% just=c}{&amp;amp;ttl1}";&lt;BR /&gt;ods rtf text="(*ESC*)S={outputwidth=100% just=c}{&amp;amp;ttl2. &amp;amp;popttl}";&lt;BR /&gt;ods rtf text="(*ESC*)S={outputwidth=100% just=c} {}";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* title3 h=8pt bold font="Courier New" j=c "&amp;amp;ttl1";*/&lt;BR /&gt;/* title4 h=8pt bold font="Courier New" j=c "&amp;amp;ttl2. &amp;amp;popttl";*/&lt;BR /&gt;/* title5 h=8pt bold j=l " "; */&lt;/P&gt;&lt;P&gt;proc sgplot data=outdata(where=(ord=&amp;amp;i.)) dattrmap=zattrs pad=12%;&lt;BR /&gt;XXXXXX;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf text="(*ESC*)S={outputwidth=100% just=l color=black}{&amp;amp;fnn1}";&lt;BR /&gt;ods rtf text="(*ESC*)S={outputwidth=100% just=l color=black}{&amp;amp;fnn2}";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 13:17:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-printing-the-footnote-outside-the-graph-in-each-page/m-p/645283#M192874</guid>
      <dc:creator>mnithinshetty</dc:creator>
      <dc:date>2020-05-05T13:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem printing the footnote outside the graph in each page</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-printing-the-footnote-outside-the-graph-in-each-page/m-p/645308#M192883</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/222641"&gt;@mnithinshetty&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;I am using ods rtf text= to print my titlte and footnotes. At the bottom of each page I get next page titles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the next page I am not getting titles, looks like not enough space to do so.&lt;/P&gt;
&lt;P&gt;I tried using footnote statement after sgplot procedure ,but it dint help. Is this something to do with ODS rtd statement. Please provide your input.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Each call to ODS RTF Text is similar to a proc output. You need to control when new pages are are started/ ended and reset the ODS RTF STARTPAGE option. You may need to set it to "off" to end one block of output then to "now" to start a new block.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FOOTNOTE output has to be defined before or as part of procedure code to be associated with the procedure. If you do something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Title "Some text";&lt;/P&gt;
&lt;P&gt;Proc sgplot;&lt;/P&gt;
&lt;P&gt;&amp;lt;plot options&amp;gt;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;Footnote "this is a footnote";&lt;/P&gt;
&lt;P&gt;the footnote will be associated with the NEXT procedure output.&lt;/P&gt;
&lt;P&gt;To have the footnote part of the sgplot output:&lt;/P&gt;
&lt;P&gt;Proc sgplot;&lt;/P&gt;
&lt;P&gt;&amp;lt;plot options&amp;gt;&lt;/P&gt;
&lt;P&gt;Footnote "Some footnote text";&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Due to the persistent nature of Title and Footnote you may want to be careful about resetting them AFTER the procedure.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 14:30:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-printing-the-footnote-outside-the-graph-in-each-page/m-p/645308#M192883</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-05T14:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem printing the footnote outside the graph in each page</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-printing-the-footnote-outside-the-graph-in-each-page/m-p/645505#M192990</link>
      <description>&lt;P&gt;ODS startpage OFF/NOW option worked.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;Thank you so much for the input.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 03:43:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-printing-the-footnote-outside-the-graph-in-each-page/m-p/645505#M192990</guid>
      <dc:creator>mnithinshetty</dc:creator>
      <dc:date>2020-05-06T03:43:48Z</dc:date>
    </item>
  </channel>
</rss>

