<?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: Table annotation with proc report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-annotation-with-proc-report/m-p/440063#M20501</link>
    <description>&lt;P&gt;Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32"&gt;@BrunoMueller&lt;/a&gt;!&lt;/P&gt;</description>
    <pubDate>Sun, 25 Feb 2018 19:52:15 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2018-02-25T19:52:15Z</dc:date>
    <item>
      <title>Table annotation with proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-annotation-with-proc-report/m-p/440004#M20496</link>
      <description>&lt;P&gt;The following example creates two tables with table annotation right where I want it (see attached pdf).&amp;nbsp; How do I get rid of the line below the footnote.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=sashelp.class out=class; by sex weight; run;

options nodate nonumber orientation=portrait;
ods pdf file="&amp;amp;sasforum.\Reports\note test.pdf" style=Journal;

title "Testing table annotation";
footnote;

proc report data=class;
by sex;

column name sex age weight;
define Name   / display "Student Name";
define sex    / display "Sex"          format=$1.;
define age    / display "Age"          format=2.0;
define weight / display "Weight*"      format=5.1;

compute after _page_/ style={just=left};
    line "* Table is sorted by Student Weight";
    endcomp;

run;

ods pdf close;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 25 Feb 2018 06:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-annotation-with-proc-report/m-p/440004#M20496</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-02-25T06:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table annotation with proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-annotation-with-proc-report/m-p/440005#M20497</link>
      <description>&lt;P&gt;Add some more style attribute, like so:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;compute after _page_/ 
style={
  just=left
  BORDERBOTTOMCOLOR=white
 
  };&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 25 Feb 2018 07:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-annotation-with-proc-report/m-p/440005#M20497</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2018-02-25T07:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table annotation with proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-annotation-with-proc-report/m-p/440063#M20501</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32"&gt;@BrunoMueller&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2018 19:52:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-annotation-with-proc-report/m-p/440063#M20501</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-02-25T19:52:15Z</dc:date>
    </item>
  </channel>
</rss>

