<?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: The 'end'-horizontal line to be eliminated in listing after 'proc report' in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/406425#M19656</link>
    <description>Thank you, Suzanne! I have to put this in order for myself, to return with questions.</description>
    <pubDate>Mon, 23 Oct 2017 07:07:29 GMT</pubDate>
    <dc:creator>DmytroYermak</dc:creator>
    <dc:date>2017-10-23T07:07:29Z</dc:date>
    <item>
      <title>The 'end'-horizontal line to be eliminated in listing after 'proc report'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/402192#M19537</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help in the following case. There is a line on each page when final listing is printed. Please see the picture below. Is there a method to eliminate the line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="large (2).jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18996iB2A87D78A1AF901D/image-size/large?v=v2&amp;amp;px=999" role="button" title="large (2).jpg" alt="large (2).jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 07:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/402192#M19537</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-03-06T07:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: The 'end'-horizontal line to be eliminated in listing after 'proc report'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/402194#M19538</link>
      <description>What code have you tried? That looks like Journal style. You could change the style template ... not sure what you mean about bottom line coming from Proc Print — Looks like a footnote statement with rtf control strings??? Hard to guess without data or code.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Sun, 08 Oct 2017 16:45:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/402194#M19538</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-10-08T16:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: The 'end'-horizontal line to be eliminated in listing after 'proc report'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/402264#M19539</link>
      <description>&lt;P&gt;&amp;nbsp;Thank you, Cynthia. I'm using the code below. It think that the style is defined in system options before the block but I have not found it. Possibly they are in system macros.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 10:51:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/402264#M19539</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-03-05T10:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: The 'end'-horizontal line to be eliminated in listing after 'proc report'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/402597#M19553</link>
      <description>hi, where are the ODS statements? You do not show the destination or style= option. If you want to get rid of the line above the footnote, you will have to change the code in %footnote. If you want to remove the line under the table that comes from the style template, you will have to change the style template. I see you have another macro program call called %print -- so that might contain the ODS statements and style template references. Unfortunately, you are going to need to dig into those macro programs and that code to figure out how to get rid of the line or lines you don't like.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Tue, 10 Oct 2017 04:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/402597#M19553</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-10-10T04:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: The 'end'-horizontal line to be eliminated in listing after 'proc report'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/404702#M19624</link>
      <description>&lt;P&gt;Thank you, Cynthia. In my understanding the style Journal is a default style of SAS and it is standard for clinical trials Listings and Tables. It means that even we use a %print it just calls for this template 'Journal' and does not modify it. Is it correct interpretation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could I access the template and modify it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 14:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/404702#M19624</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2017-10-20T14:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: The 'end'-horizontal line to be eliminated in listing after 'proc report'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/406296#M19654</link>
      <description>&lt;P&gt;Use PROC TEMPLATE to see the style definition in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
  source styles.journal;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The code box below shows a portion of the Journal style.&amp;nbsp; frame = HSIDES produces the borders at the top and bottom of the table.&amp;nbsp; frame = ABOVE produces a border at the top of the table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;    style Output from Container /
       bordercolor = colors('fgA1')
       borderwidth = 1
       borderspacing = 0
       cellpadding = 7
       frame = HSIDES
       rules = GROUPS
       backgroundcolor = colors('bgA1')
       bordercollapse = separate
       borderstyle = solid;&lt;/PRE&gt;
&lt;P&gt;Create a modified version of the template and then use it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS PATH WORK.TEMPLAT(UPDATE) SASHELP.Tmplmst(READ);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc template;
  define style styles.modified_Journal;
  parent=styles.Journal;
  style Output from Output /
    frame = ABOVE;
  end;
run;

ods rtf file="/folders/myfolders/SAS Communities/modified Journal style.rtf"
  style=modified_Journal;

proc report data=sashelp.class nowd;
  title 'SASHELP.class data set';
  title2 'This is a modified version of the Journal style that ships with SAS';
run;

ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Modified version of Journal style with frame = ABOVE" style="width: 467px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16131iAEBD3CB9519CC2E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="modified Journal style does not use bottom border.jpg" alt="Modified version of Journal style with frame = ABOVE" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Modified version of Journal style with frame = ABOVE&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 19:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/406296#M19654</guid>
      <dc:creator>SuzanneDorinski</dc:creator>
      <dc:date>2017-10-21T19:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: The 'end'-horizontal line to be eliminated in listing after 'proc report'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/406425#M19656</link>
      <description>Thank you, Suzanne! I have to put this in order for myself, to return with questions.</description>
      <pubDate>Mon, 23 Oct 2017 07:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-end-horizontal-line-to-be-eliminated-in-listing-after-proc/m-p/406425#M19656</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2017-10-23T07:07:29Z</dc:date>
    </item>
  </channel>
</rss>

