<?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 get exact line for spinner headers? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-exact-line-for-spinner-headers/m-p/441553#M69255</link>
    <description>&lt;PRE&gt;

ods escapechar="^";
proc report...;
  columns x ("^R'\brdrb\brdrs\brdrw15 'Powers" y z) ;


&lt;/PRE&gt;</description>
    <pubDate>Fri, 02 Mar 2018 12:29:01 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2018-03-02T12:29:01Z</dc:date>
    <item>
      <title>How to get exact line for spinner headers?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-exact-line-for-spinner-headers/m-p/441345#M69250</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc report data=sashelp.class nowindows split='~';

column name 'Result~_' age sex weight height;

run;

&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I give sigle '_' I'm getting small line above the variables I need a line for all spin header variables exact .&lt;/P&gt;&lt;P&gt;Is there any logic for it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example for spinner header variables there 10 variables and I want a line above all the ten variables how many '_' should i need to give?&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; Result&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; __________________&lt;/P&gt;&lt;P&gt;Required Output: name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;age&amp;nbsp; sex height weight&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 19:36:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-exact-line-for-spinner-headers/m-p/441345#M69250</guid>
      <dc:creator>rajeshalwayswel</dc:creator>
      <dc:date>2018-03-01T19:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get exact line for spinner headers?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-exact-line-for-spinner-headers/m-p/441356#M69251</link>
      <description>&lt;P&gt;Have you tried modifying the style instead?&lt;/P&gt;
&lt;P&gt;What output are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/174522"&gt;@rajeshalwayswel&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any logic for it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Of course - but it depends on what you're trying to acomplish which isn't that clear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you search some papers on PROC REPORT you'll find examples&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 20:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-exact-line-for-spinner-headers/m-p/441356#M69251</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-01T20:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get exact line for spinner headers?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-exact-line-for-spinner-headers/m-p/441553#M69255</link>
      <description>&lt;PRE&gt;

ods escapechar="^";
proc report...;
  columns x ("^R'\brdrb\brdrs\brdrw15 'Powers" y z) ;


&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Mar 2018 12:29:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-exact-line-for-spinner-headers/m-p/441553#M69255</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-03-02T12:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get exact line for spinner headers?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-exact-line-for-spinner-headers/m-p/441708#M69259</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you use STYLE=JOURNAL with ODS RTF, this technique also works.&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file='c:\temp\span_underline.rtf' style=journal;
ods escapechar='^';
proc report data=sashelp.class;
  column name 
     ('^{style[borderbottomcolor=black borderbottomwidth=2px]Result}' age height weight);
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Mar 2018 19:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-exact-line-for-spinner-headers/m-p/441708#M69259</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-03-02T19:24:46Z</dc:date>
    </item>
  </channel>
</rss>

