<?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: How to remove an underline below  just columns and have a line after first row of values in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300535#M16982</link>
    <description>&lt;PRE&gt;
You need put n=3 into the label of variables:


define aetext/ display 'nsubjects' ;
define v1/ "v1 ^n  n=2";
define v2/ "v2  ^n n=3" ;

OR
proc report data=....  split='/' ;
......
define v1/ "v1 / n=2 ";

&lt;/PRE&gt;</description>
    <pubDate>Sat, 24 Sep 2016 09:12:54 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-09-24T09:12:54Z</dc:date>
    <item>
      <title>How to remove an underline below  just columns and have a line after first row of values</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300518#M16980</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with my code I am getting the following output . But I need to have an underline after first row of values(shown below). Please help in my code. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code;&lt;/P&gt;&lt;P&gt;ods escapechar="^";&lt;BR /&gt;ods listing close;&lt;BR /&gt;ods rtf file="C:\Users\\\ae_1.rtf" style=journal;&lt;BR /&gt;proc report data=all2;&lt;BR /&gt;column grpm grps grpws aetext ("^R'\brdrb\brdrs\brdrw15 'Phase1" v1 v2) ("^R'\brdrb\brdrs\brdrw15 'Phase2" v5 v6);&lt;BR /&gt;define grpm/order noprint;&lt;BR /&gt;define grps/order noprint;&lt;BR /&gt;define grpws/order noprint;&lt;BR /&gt;define aetext/ display '' ;&lt;BR /&gt;define v1/ "75 mg" ;&lt;BR /&gt;define v2/ "150 mg" ;&lt;/P&gt;&lt;P&gt;define v5 / "75 mg" ;&lt;BR /&gt;define v6/ "150 mg" ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output getting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;_________________________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;P1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; P2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ________ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ___________&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;v5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;v6&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;______________________________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;nsubjects &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n=2 &amp;nbsp; &amp;nbsp; &amp;nbsp; n=3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n=4 &amp;nbsp; &amp;nbsp; &amp;nbsp; n=5&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;disorders &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10 (50) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11(20) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20 (30) &amp;nbsp; &amp;nbsp; 21(30)&lt;/P&gt;&lt;P&gt;____________________________________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output needed;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _________________________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; P1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; P2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;__________ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;___________&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;v5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;v6&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;nsubjects &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n=2 &amp;nbsp; &amp;nbsp; &amp;nbsp; n=3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n=4 &amp;nbsp; &amp;nbsp; &amp;nbsp; n=5&lt;/P&gt;&lt;P&gt;_________________________________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;disorders &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;10 (50) &amp;nbsp; &amp;nbsp; &amp;nbsp;11(20) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20 (30) &amp;nbsp; &amp;nbsp;21(30)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;____________________________________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2016 04:12:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300518#M16980</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2016-09-24T04:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an underline below  just columns and have a line after first row of values</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300534#M16981</link>
      <description>&lt;P&gt;Usually you don't have the Nsubjects line, it's simply var1 (n=20) with N on a separate line.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at BREAK statement and/or review clinical trial reporting papers on lexjansen.com&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2016 08:56:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300534#M16981</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-24T08:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an underline below  just columns and have a line after first row of values</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300535#M16982</link>
      <description>&lt;PRE&gt;
You need put n=3 into the label of variables:


define aetext/ display 'nsubjects' ;
define v1/ "v1 ^n  n=2";
define v2/ "v2  ^n n=3" ;

OR
proc report data=....  split='/' ;
......
define v1/ "v1 / n=2 ";

&lt;/PRE&gt;</description>
      <pubDate>Sat, 24 Sep 2016 09:12:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300535#M16982</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-24T09:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an underline below  just columns and have a line after first row of values</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300549#M16983</link>
      <description>&lt;P&gt;Thanks for your reply. My data &amp;nbsp;set looks like this. The variables are (aetext v1 v2 v5 v6). Does youR code for this to get the output i need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aetext &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;v2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v6&lt;/P&gt;&lt;P&gt;NS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; N=2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; N=5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;N=5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;N=7&lt;/P&gt;&lt;P&gt;DISORDER &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;10 (50) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11(20) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20 (30) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 21(30)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Output need;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; _________________________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; P1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; P2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;__________ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;___________&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;v5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;v6&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n=2 &amp;nbsp; &amp;nbsp; &amp;nbsp; n=5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n=5 &amp;nbsp; &amp;nbsp; &amp;nbsp; n=7&lt;/P&gt;&lt;P&gt;_________________________________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;DISORDER &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;10 (50) &amp;nbsp; &amp;nbsp; &amp;nbsp;11(20) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20 (30) &amp;nbsp; &amp;nbsp;21(30)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;____________________________________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2016 16:32:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300549#M16983</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2016-09-24T16:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an underline below  just columns and have a line after first row of values</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300581#M16984</link>
      <description>&lt;PRE&gt;
No. You shouldn't put 'NS' as an obs ,should make it as variable's labels.
delete that 'NS' obs and turn it into variable's labels.

proc report .......... split='*';
define aetext/'NS' ;
define v1/ 'v1*N=2' ;
.........

&lt;/PRE&gt;</description>
      <pubDate>Sun, 25 Sep 2016 01:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300581#M16984</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-25T01:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an underline below  just columns and have a line after first row of values</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300588#M16985</link>
      <description>&lt;P&gt;Thanks for the help. It worked. I am attaching the sample output. Why my column names are not alligning with column values. Also the underline beneath titration phase and stable phase should be 2 separate lines as per the code. why it is a continous line. Please help. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc report data=one3 center headskip nowd missing split='|'&lt;BR /&gt;style(report)={outputwidth=90% cellpadding=3 frame=above}&lt;BR /&gt;style(header)={font_weight=bold fontsize=9pt fontstyle=ROMAN}&lt;/P&gt;&lt;P&gt;style(lines)={cellpadding=1 fontsize=3pt};&lt;/P&gt;&lt;P&gt;column grpm grps grpws aetext ("^R'\brdrb\brdrs\brdrw10 'Titration Phase" cnt_pct1 cnt_pct2 cnt_pct3 cnt_pct4) ("^R'\brdrb\brdrs\brdrw10 'Stable Dose Phase" cnt_pct5 cnt_pct6 cnt_pct7 cnt_pct8);&lt;BR /&gt;define grpm/order noprint;&lt;BR /&gt;define grps/order noprint;&lt;BR /&gt;define grpws/order noprint;&lt;BR /&gt;define aetext/ "System Organ Class|Preferred Term, n (%)" style(column)={asis=on cellspacing=.25pt just=left} ;&lt;BR /&gt;define cnt_pct1/ "00 mg|N=19" style(column)={cellspacing=.25pt just=left} ;&lt;BR /&gt;define cnt_pct2/ "000 mg|N=26" style(column)={cellspacing=.25pt just=left} ;&lt;BR /&gt;define cnt_pct3/ "000 mg|N=35" style(column)={cellspacing=.25pt just=left} ;&lt;BR /&gt;define cnt_pct4/"-000|N=80" style(column)={cellspacing=.25pt just=left};&lt;BR /&gt;define cnt_pct5 / "00 mg|N=12" style(column)={cellspacing=.25pt just=left} ;&lt;BR /&gt;define cnt_pct6/ "000 mg|N=19" style(column)={cellspacing=.25pt just=left};&lt;BR /&gt;define cnt_pct7/ "000 mg|N=31" style(column)={cellspacing=.25pt just=left};&lt;BR /&gt;define cnt_pct8/"_110|N=62" style(column)={cellspacing=.25pt just=left} ;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2016 04:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300588#M16985</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2016-09-25T04:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an underline below  just columns and have a line after first row of values</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300607#M16987</link>
      <description>&lt;PRE&gt;
For your first question, make sure JUST= has the same value in HEADER and COLUMN.
For your second question, make a dummy variable xx to make a gap.




proc report data=one3 center headskip nowd missing split='|'
style(report)={outputwidth=90% cellpadding=3 frame=above}
style(header)={font_weight=bold fontsize=9pt fontstyle=ROMAN  just=left }  &amp;lt;----------------
style(lines)={cellpadding=1 fontsize=3pt};
column grpm grps grpws aetext ("^R'\brdrb\brdrs\brdrw10 'Titration Phase" cnt_pct1 cnt_pct2 cnt_pct3 cnt_pct4) 

xx  &amp;lt;---------------

("^R'\brdrb\brdrs\brdrw10 'Stable Dose Phase" cnt_pct5 cnt_pct6 cnt_pct7 cnt_pct8);
define grpm/order noprint;
define grps/order noprint;
define grpws/order noprint;
define aetext/ "System Organ Class|Preferred Term, n (%)" style(column)={asis=on cellspacing=.25pt just=left} ;
define cnt_pct1/ "00 mg|N=19" style(column)={cellspacing=.25pt just=left} ; &amp;lt;--------------
define cnt_pct2/ "000 mg|N=26" style(column)={cellspacing=.25pt just=left} ;
define cnt_pct3/ "000 mg|N=35" style(column)={cellspacing=.25pt just=left} ;
define cnt_pct4/"-000|N=80" style(column)={cellspacing=.25pt just=left};

defeine xx/" " computed;  &amp;lt;-------------

define cnt_pct5 / "00 mg|N=12" style(column)={cellspacing=.25pt just=left} ;
define cnt_pct6/ "000 mg|N=19" style(column)={cellspacing=.25pt just=left};
define cnt_pct7/ "000 mg|N=31" style(column)={cellspacing=.25pt just=left};
define cnt_pct8/"_110|N=62" style(column)={cellspacing=.25pt just=left} ;


compute xx /length=2;  &amp;lt;----------------------
 xx=" " ;
endcomp;

run;


&lt;/PRE&gt;</description>
      <pubDate>Sun, 25 Sep 2016 12:12:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300607#M16987</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-25T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an underline below  just columns and have a line after first row of values</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300669#M16989</link>
      <description>&lt;PRE&gt;

compute xx /length=2  CHARACTER ;  &amp;lt;----------------------
 xx=" " ;
endcomp;




&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Sep 2016 01:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-an-underline-below-just-columns-and-have-a-line/m-p/300669#M16989</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-26T01:37:05Z</dc:date>
    </item>
  </channel>
</rss>

