<?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: Draw a sold black line after the first row in proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179558#M302806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's to do with your styles.&amp;nbsp; You can update your style template, or in your report specify it:&lt;/P&gt;&lt;P&gt;proc report data = YOUR_DATA nowd split="~" style(header)=[borderbottomwidth=1 borderbottomcolor=black];&amp;nbsp;&amp;nbsp; /* Change the 1 to whatever width you like */&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2014 14:32:45 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2014-11-20T14:32:45Z</dc:date>
    <item>
      <title>Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179555#M302803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;hai all&amp;nbsp; Please do help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would like to know how to draw a solid black line after the first row in proc report?? :smileyplain:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;Krishna&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:56:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179555#M302803</guid>
      <dc:creator>KrishnaChandra</dc:creator>
      <dc:date>2014-11-20T13:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179556#M302804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe provide an example of where you want the output to look like.&amp;nbsp; Does under the first row mean, under column headers, before first row of data, after first row of data, do you want it on all pages, or only the first. Etc.&amp;nbsp; You could for instance if its after the first row of data only on page 1, have a variable in your data with Y in the first record, set it as noprint in your proc report.&amp;nbsp; Then have a compute after that variable, line "-----".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:20:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179556#M302804</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-11-20T14:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179557#M302805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I need to draw the solid line only after the first row(n%rows)... Do you help me to solve this crises&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image-thumbnail jive-image" height="120" src="https://communities.sas.com/legacyfs/online/7963_Capture.PNG" width="886" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:29:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179557#M302805</guid>
      <dc:creator>KrishnaChandra</dc:creator>
      <dc:date>2014-11-20T14:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179558#M302806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's to do with your styles.&amp;nbsp; You can update your style template, or in your report specify it:&lt;/P&gt;&lt;P&gt;proc report data = YOUR_DATA nowd split="~" style(header)=[borderbottomwidth=1 borderbottomcolor=black];&amp;nbsp;&amp;nbsp; /* Change the 1 to whatever width you like */&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:32:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179558#M302806</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-11-20T14:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179559#M302807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the n% row is not a header part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:38:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179559#M302807</guid>
      <dc:creator>KrishnaChandra</dc:creator>
      <dc:date>2014-11-20T14:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179560#M302808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That depends on your data, and how you setup your headers.&amp;nbsp; I assume you have something like:&lt;/P&gt;&lt;P&gt;proc report ...;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; columns COL1 ("ABI-007 + Gemcitabine~{newline}(N=22)" COL2 COL3 ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post your report code if not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:44:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179560#M302808</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-11-20T14:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179561#M302809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;n (%) is redundant put it in the title &lt;/P&gt;&lt;P&gt;Table: 14-06-zz-x Summary n(%) of Adverse Events .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179561#M302809</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-11-20T14:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179562#M302810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know what, I actually had to look at that output several times before I even noticed the row of n (%)'s.&amp;nbsp; Concur with data _null_; it should not be there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:54:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179562#M302810</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-11-20T14:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179563#M302811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course I'm sure the consumers of the report will insist it be done that way.&amp;nbsp; I think the OP can have "his" cake eat it too if the line of "n (%)" is made part of the data.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179563#M302811</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-11-20T15:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179564#M302812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But i need the n% as a separated row .It should be styled with solid black color for top and bottom.I already got the top solid black line and looking for the Bottom??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179564#M302812</guid>
      <dc:creator>KrishnaChandra</dc:creator>
      <dc:date>2014-11-20T15:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179565#M302813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make an WORKING example program that shows what you have so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:12:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179565#M302813</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-11-20T15:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179566#M302814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my code spinet for report&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ss.PNG" class="jive-image-thumbnail jive-image" height="555" src="https://communities.sas.com/legacyfs/online/7968_ss.PNG" width="853" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:24:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179566#M302814</guid>
      <dc:creator>KrishnaChandra</dc:creator>
      <dc:date>2014-11-20T15:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179567#M302815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By WORKING I mean an example with data (or SASHELP data)&amp;nbsp; that I can copy and paste and run using "my" SAS.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:43:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179567#M302815</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-11-20T15:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179568#M302816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179568#M302816</guid>
      <dc:creator>KrishnaChandra</dc:creator>
      <dc:date>2014-11-20T15:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179569#M302817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi: To add a comment to DATA_NULL_'s suggestion, please&amp;nbsp; post ALL your code. Most SAS sessions either produce HTML output or EG default output -- let us know your destination requirements by showing your ODS statements. For example, is this output you want RTF, PDF, HTML, or some other destination? That is crucial information when you are talking about interior table lines. For example, refer to this previous forum posting and if you run the code, note how the different destinations interpret the border controls differently. &lt;A _jive_internal="true" href="https://communities.sas.com/message/238315#238315"&gt;https://communities.sas.com/message/238315#238315&lt;/A&gt; (see posted code from Nov 18th).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 16:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179569#M302817</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-11-20T16:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179570#M302818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Cynthia am looking for only RTF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 16:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179570#M302818</guid>
      <dc:creator>KrishnaChandra</dc:creator>
      <dc:date>2014-11-20T16:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179571#M302819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="ssss.PNG" class="jive-image-thumbnail jive-image" height="123" src="https://communities.sas.com/legacyfs/online/7970_ssss.PNG" width="805" /&gt;&lt;/P&gt;&lt;P&gt;Hai Is there any possible way to draw the black solid line for the top of all n(%). I need a row separation &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 17:22:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179571#M302819</guid>
      <dc:creator>KrishnaChandra</dc:creator>
      <dc:date>2014-11-20T17:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a sold black line after the first row in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179572#M302820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; It looks like you are NOT using the default fonts for RTF and I do NOT see where you are changing the fonts to Courier or some other serif font. How did you take this screen shot? Was this report produced with the code you posted. You said that you wanted RTF but you do NOT show all your code. What does your ODS RTF invocation look like? What style template or STYLE= option do you use? Do you use a custom style template? Did you write the style template? If not, and you ARE using a style template, then the person who wrote the style template should be able to help you get the formatting your want. Have you tried the Journal style with RTF -- that was designed for this type of demographic report or Adverse Even report. For example, a slight modification of the program I posted produces this output, that shows a line underneath the headers, just using the JOURNAL style.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 22:27:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Draw-a-sold-black-line-after-the-first-row-in-proc-report/m-p/179572#M302820</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-11-20T22:27:12Z</dc:date>
    </item>
  </channel>
</rss>

