<?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: Creating Spanning header Underline in proc report rtf in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Creating-Spanning-header-Underline-in-proc-report-rtf/m-p/792433#M253894</link>
    <description>&lt;P&gt;I runed your code and get no problem .&lt;/P&gt;
&lt;P&gt;Alternative way is using STYLE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;COLUMN  ( Name ("^S={borderbottomcolor=black borderbottomwidth=2} characterstics "  age height));&lt;/PRE&gt;</description>
    <pubDate>Wed, 26 Jan 2022 12:15:11 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2022-01-26T12:15:11Z</dc:date>
    <item>
      <title>Creating Spanning header Underline in proc report rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-Spanning-header-Underline-in-proc-report-rtf/m-p/792253#M253835</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not able to create the underline under the 'Characteristics" header in the below Image. Can some body&amp;nbsp; please tell me what I am doing wrong using the code '^R/RTF'\brdrb\brdrs' or is there another alternative to create these underlines. Thank you.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASuserlot_0-1643136239524.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67781i25D5773802D97965/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASuserlot_0-1643136239524.png" alt="SASuserlot_0-1643136239524.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options orientation = landscape errors = 2 missing = ' ' nofmterr ls = 175 validvarname = upcase 

ods escapechar = '^';
ods results on; 
ods _all_ close; 
ods rtf file = "xx.rtf"  style = trtf_style; 


proc report data =SAShelp.class ls = 145 ps = 55  split = "?" headline center missing formchar(2) = '_'
			style(header)=[asis=on just=c /*fontweight=bold*/] style=[borderwidth=.2pt cellspacing=0.1pt cellpadding=0pt];
			** titles **;


	** report **;
	COLUMN  ("^R/RTF'\brdrb\brdrs '" Name 
						("&lt;FONT color="#FF00FF"&gt;characterstics ^R/RTF'\brdrb\brdrs '&lt;/FONT&gt;"  age height));

	define name     /  order = internal style(header) = [just=l] style(column) = [just=l  cellwidth=45.0% asis=on] id"name" ;
	define age      /  order = internal style(header) = [just=c] style(column) = [just=c  cellwidth=7.0% asis=on] "age" ;
    define height     /  order = internal style(header) = [just=c] style(column) = [just=c 	  cellwidth=8.5% asis=on] "height" ;                                         
	
	
		
ods rtf close;
ods listing close;
ods _all_ close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Jan 2022 19:27:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-Spanning-header-Underline-in-proc-report-rtf/m-p/792253#M253835</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2022-01-25T19:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Spanning header Underline in proc report rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-Spanning-header-Underline-in-proc-report-rtf/m-p/792433#M253894</link>
      <description>&lt;P&gt;I runed your code and get no problem .&lt;/P&gt;
&lt;P&gt;Alternative way is using STYLE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;COLUMN  ( Name ("^S={borderbottomcolor=black borderbottomwidth=2} characterstics "  age height));&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Jan 2022 12:15:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-Spanning-header-Underline-in-proc-report-rtf/m-p/792433#M253894</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-01-26T12:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Spanning header Underline in proc report rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-Spanning-header-Underline-in-proc-report-rtf/m-p/792492#M253921</link>
      <description>&lt;P&gt;Thanks. Your code worked for some reason my word file not showing underline when I used the 'RTF..." code. Thanks again.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 14:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-Spanning-header-Underline-in-proc-report-rtf/m-p/792492#M253921</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2022-01-26T14:48:58Z</dc:date>
    </item>
  </channel>
</rss>

