<?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 Header horizontal line in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Header-horizontal-line/m-p/394196#M94961</link>
    <description>&lt;PRE&gt;
An alternative is using PROC TABULATE


&lt;/PRE&gt;</description>
    <pubDate>Fri, 08 Sep 2017 13:19:27 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-09-08T13:19:27Z</dc:date>
    <item>
      <title>PROC REPORT Header horizontal line</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Header-horizontal-line/m-p/394092#M94931</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;It's John again for PROC REPORT horizontal line in the header.&lt;/P&gt;&lt;P&gt;I'm using 9.3.&lt;/P&gt;&lt;P&gt;Does anyone have a suggestion on how to get rid of the horizontal lines in the&amp;nbsp;red box as below?&lt;/P&gt;&lt;P&gt;Here is the output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14912i15456012D635CADA/image-size/large?v=v2&amp;amp;px=999" role="button" title="example2.png" alt="example2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA have; LENGTH A1-A7 $1; RUN;&lt;BR /&gt;&lt;BR /&gt;PROC REPORT DATA=have NOWD;&lt;BR /&gt; TITLE "EXAMPLE";&lt;BR /&gt; COLUMN (A1 ('Area 1' ("Group 1" ('Sub-G1' A2) ('Sub-G2' A3)) ("Group 2" ('Sub-G1' A4) ('Sub-G2' A5)) ("Group 3" ('Sub-G1' A6) ('Sub-G2' A7))));&lt;BR /&gt; DEFINE A1 /Style=[cellwidth=30mm] "Variable";&lt;BR /&gt; DEFINE A2 /Style=[cellwidth=20mm] "count";&lt;BR /&gt; DEFINE A3 /Style=[cellwidth=20mm] "count";&lt;BR /&gt; DEFINE A4 /Style=[cellwidth=20mm] "count";&lt;BR /&gt; DEFINE A5 /Style=[cellwidth=20mm] "count";&lt;BR /&gt; DEFINE A6 /Style=[cellwidth=20mm] "count";&lt;BR /&gt; DEFINE A7 /Style=[cellwidth=20mm] "count";&lt;BR /&gt;RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 02:05:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Header-horizontal-line/m-p/394092#M94931</guid>
      <dc:creator>JohnChen_TW</dc:creator>
      <dc:date>2017-09-08T02:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT Header horizontal line</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Header-horizontal-line/m-p/394117#M94939</link>
      <description>&lt;P&gt;Not an answer to your question, but proc tabulate would create the output you want.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 04:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Header-horizontal-line/m-p/394117#M94939</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-09-08T04:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT Header horizontal line</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Header-horizontal-line/m-p/394196#M94961</link>
      <description>&lt;PRE&gt;
An alternative is using PROC TABULATE


&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Header-horizontal-line/m-p/394196#M94961</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-09-08T13:19:27Z</dc:date>
    </item>
  </channel>
</rss>

