<?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: margins in proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/margins-in-proc-report/m-p/892254#M352423</link>
    <description>&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;make the lines that look black thicker than the rest.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2023 12:18:18 GMT</pubDate>
    <dc:creator>Cristina_inet</dc:creator>
    <dc:date>2023-09-01T12:18:18Z</dc:date>
    <item>
      <title>margins in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/margins-in-proc-report/m-p/892243#M352419</link>
      <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;We are generating a proc report and we need to make the table margins thicker,&lt;BR /&gt;as shown in the following image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cristina_inet_0-1693564920673.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/87499iCA6945E3B4D907CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cristina_inet_0-1693564920673.png" alt="Cristina_inet_0-1693564920673.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How could it be done?&lt;BR /&gt;Thank you very much for the help.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 10:43:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/margins-in-proc-report/m-p/892243#M352419</guid>
      <dc:creator>Cristina_inet</dc:creator>
      <dc:date>2023-09-01T10:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: margins in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/margins-in-proc-report/m-p/892244#M352420</link>
      <description>&lt;P&gt;I'm not sure I understand. What margins do you mean? Do you mean you need to make the lines in certain places thicker?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 10:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/margins-in-proc-report/m-p/892244#M352420</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-09-01T10:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: margins in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/margins-in-proc-report/m-p/892254#M352423</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;make the lines that look black thicker than the rest.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 12:18:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/margins-in-proc-report/m-p/892254#M352423</guid>
      <dc:creator>Cristina_inet</dc:creator>
      <dc:date>2023-09-01T12:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: margins in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/margins-in-proc-report/m-p/892255#M352424</link>
      <description>&lt;P&gt;In PROC REPORT, you can specify the border width of whatever cells you want.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Depending on what you want, you can use something like the&amp;nbsp;borderbottomwidth=3 and&amp;nbsp;bordertopwidth=3 and borderleftwidth=3 and borderrightwidth=3 options, picking bigger numbers to make the thickness bigger.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, partial PROC REPORT code, I have a variable named TOTAL_BACKEND and if the value is greater than 7000, I can cause the widths of the entire row&amp;nbsp; to be thicker (or I can select to increase the widths of just the cell borders).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;compute total_backend;
    if total_backend&amp;gt;=7000 then call define(_row_,'style','style={bordertopwidth=3 borderbottomwidth=3}');
endcompute;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 12:29:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/margins-in-proc-report/m-p/892255#M352424</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-09-01T12:29:39Z</dc:date>
    </item>
  </channel>
</rss>

