<?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: Create a line at the bottom of the report using Proc Report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Create-a-line-at-the-bottom-of-the-report-using-Proc-Report/m-p/910633#M359109</link>
    <description>&lt;P&gt;Try to replace your last compute block by following (removing&amp;nbsp; _page_):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;			compute after ;
				line @1 80*'__';
			endcomp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or just&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;		compute after / style=[bordertopcolor=black bordertopwidth=1pt];
			line ' ';
		endcomp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;compute after&lt;/STRONG&gt; &lt;STRONG&gt;_page_&lt;/STRONG&gt; does likely insert line at the end of every page.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2024 15:54:10 GMT</pubDate>
    <dc:creator>A_Kh</dc:creator>
    <dc:date>2024-01-05T15:54:10Z</dc:date>
    <item>
      <title>Create a line at the bottom of the report using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-line-at-the-bottom-of-the-report-using-Proc-Report/m-p/910564#M359083</link>
      <description>&lt;P&gt;Hi guys! I have a question about creating a line at the bottom of the report using Proc Report.&lt;/P&gt;&lt;PRE&gt;break after ord1/skip;
compute before ord1;
line @1 80*"  ";
endcomp;
compute after _page_;
line @1 80*"_";
endcomp;
run;
ods pdf close;&lt;/PRE&gt;&lt;P&gt;here is my code:&lt;/P&gt;&lt;P&gt;and this table is quite long and has 2 pages, after running this code, I have line in each page at the bottom of table, while I only want one line in the bottom of whole table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-01-04 at 9.38.53 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92288iF11FD2786D726160/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-01-04 at 9.38.53 PM.png" alt="Screenshot 2024-01-04 at 9.38.53 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how can I delete the bottom line of page 1 ? thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 02:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-line-at-the-bottom-of-the-report-using-Proc-Report/m-p/910564#M359083</guid>
      <dc:creator>Sikcion</dc:creator>
      <dc:date>2024-01-05T02:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create a line at the bottom of the report using Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-line-at-the-bottom-of-the-report-using-Proc-Report/m-p/910633#M359109</link>
      <description>&lt;P&gt;Try to replace your last compute block by following (removing&amp;nbsp; _page_):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;			compute after ;
				line @1 80*'__';
			endcomp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or just&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;		compute after / style=[bordertopcolor=black bordertopwidth=1pt];
			line ' ';
		endcomp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;compute after&lt;/STRONG&gt; &lt;STRONG&gt;_page_&lt;/STRONG&gt; does likely insert line at the end of every page.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 15:54:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-line-at-the-bottom-of-the-report-using-Proc-Report/m-p/910633#M359109</guid>
      <dc:creator>A_Kh</dc:creator>
      <dc:date>2024-01-05T15:54:10Z</dc:date>
    </item>
  </channel>
</rss>

