<?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: PROC Report footer in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391407#M93993</link>
    <description>&lt;P&gt;Several papers exists describing the more advanced uses of proc report:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi24/Coders/p080-24.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi24/Coders/p080-24.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings10/215-2010.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings10/215-2010.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 07:51:52 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2017-08-29T07:51:52Z</dc:date>
    <item>
      <title>PROC Report footer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391404#M93991</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm using SAS 9.3. I'd like to add a 'Note' at the end of the report instead of the footer by PROC Report, how should I do&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14682i7A41BF96979669F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="example.png" alt="example.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 07:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391404#M93991</guid>
      <dc:creator>JohnChen_TW</dc:creator>
      <dc:date>2017-08-29T07:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report footer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391407#M93993</link>
      <description>&lt;P&gt;Several papers exists describing the more advanced uses of proc report:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi24/Coders/p080-24.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi24/Coders/p080-24.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings10/215-2010.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings10/215-2010.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 07:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391407#M93993</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2017-08-29T07:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report footer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391445#M94006</link>
      <description>&lt;P&gt;try the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;compute after ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; line 'Note: xxxxxxxxxxx';&lt;/P&gt;
&lt;P&gt;endcomp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391445#M94006</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-08-29T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report footer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391745#M94163</link>
      <description>&lt;P&gt;Thanks. It works, but how can I make the 'Note: xxxx' out of the line at the end report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JC&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 06:58:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391745#M94163</guid>
      <dc:creator>JohnChen_TW</dc:creator>
      <dc:date>2017-08-30T06:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report footer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391749#M94166</link>
      <description>&lt;P&gt;Besides, the 'Note:xxxxx' is the data out of table cells, how can I adjust its font-style by 'proc template; ....; replace fonts/ ...;'?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JC&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 08:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391749#M94166</guid>
      <dc:creator>JohnChen_TW</dc:creator>
      <dc:date>2017-08-30T08:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report footer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391798#M94182</link>
      <description>&lt;PRE&gt;
You could try this:

compute after _page_;
line 'Note:xxxxx';
endcomp;


Change style , you could use escapechar:

ods escapechar='~';
.........
computer after ;
line " ~S={background=blue}  Note:xxxxxxx ";
endcomp;


If the above still can't work. I suggest you post your question at ODS forum. @Cynthia is there.
Maybe she has a better idea.

&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Aug 2017 12:16:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/391798#M94182</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-08-30T12:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report footer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/392095#M94278</link>
      <description>It works now!&lt;BR /&gt;Many thanks for your great help!!!&lt;BR /&gt;&lt;BR /&gt;JC</description>
      <pubDate>Thu, 31 Aug 2017 05:39:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-Report-footer/m-p/392095#M94278</guid>
      <dc:creator>JohnChen_TW</dc:creator>
      <dc:date>2017-08-31T05:39:30Z</dc:date>
    </item>
  </channel>
</rss>

