<?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: Is it possible to create a document-wide footnote while using body_title=&amp;quot;yes&amp;quot;? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Is-it-possible-to-create-a-document-wide-footnote-while-using/m-p/700687#M79850</link>
    <description>&lt;P&gt;Use LINE to simulate Title and Footnote .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file = "c:\temp\class.rtf" style=sasweb;

title1 j=left "Ford cars"   j=right "xxxxxxx";
footnote1 j=left "from sashelp.cars" j=right "cccccc";



proc report data=sashelp.cars(obs=10) nowd
style(lines)={just=l font_weight=bold font_size=4}
style(report)={frame=void} ;
;
where Make EQ "Ford";
compute before _page_;
 line 'zzzzzzzzzzzzzz';
endcomp;
compute after _page_;
 line 'xxxxxxxxxxxxxxxx';
endcomp;
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="x.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51901i95A7E892A24A5864/image-size/large?v=v2&amp;amp;px=999" role="button" title="x.png" alt="x.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Nov 2020 13:05:32 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2020-11-21T13:05:32Z</dc:date>
    <item>
      <title>Is it possible to create a document-wide footnote while using body_title="yes"?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Is-it-possible-to-create-a-document-wide-footnote-while-using/m-p/700486#M79847</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a document-wide footnote, in addition to the automatic date and page number ODS already creates. I have moved my report title and footnote to document body using body_title:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods word file="C:\Users\&amp;amp;sysuserid\Downloads\SAS\ods_word_title.docx" options(body_title="yes");

title1 "Ford cars";
footnote1 "from sashelp.cars";
proc print data=sashelp.cars;
where Make EQ "Ford";
run;

ods word close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;SAS has automatically created a header with date and page number. Can I add my own text to the footer, using proc template or similar? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 14:46:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Is-it-possible-to-create-a-document-wide-footnote-while-using/m-p/700486#M79847</guid>
      <dc:creator>js5</dc:creator>
      <dc:date>2020-11-20T14:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a document-wide footnote while using body_title="yes"?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Is-it-possible-to-create-a-document-wide-footnote-while-using/m-p/700687#M79850</link>
      <description>&lt;P&gt;Use LINE to simulate Title and Footnote .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file = "c:\temp\class.rtf" style=sasweb;

title1 j=left "Ford cars"   j=right "xxxxxxx";
footnote1 j=left "from sashelp.cars" j=right "cccccc";



proc report data=sashelp.cars(obs=10) nowd
style(lines)={just=l font_weight=bold font_size=4}
style(report)={frame=void} ;
;
where Make EQ "Ford";
compute before _page_;
 line 'zzzzzzzzzzzzzz';
endcomp;
compute after _page_;
 line 'xxxxxxxxxxxxxxxx';
endcomp;
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="x.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51901i95A7E892A24A5864/image-size/large?v=v2&amp;amp;px=999" role="button" title="x.png" alt="x.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 13:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Is-it-possible-to-create-a-document-wide-footnote-while-using/m-p/700687#M79850</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-11-21T13:05:32Z</dc:date>
    </item>
  </channel>
</rss>

