<?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 Proc report  borderleftwidth compute in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-borderleftwidth-compute/m-p/654503#M196539</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have below data and I have used Proc report to create a RTF output I am trying to insert vertical border lines between columns but because I am using "compute before" statement the vertical lines get cut, I am expecting a straight line from up till down . Could anyone please help me with this ? (I have tried to put a blank row in data and then pass it in proc report that works but I am looking for more simple solution.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;My data:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shweta_d_singh_0-1591619009860.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40909iD4F50A599EDE828F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shweta_d_singh_0-1591619009860.png" alt="shweta_d_singh_0-1591619009860.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;code:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Proc report data= class Headline Headskip NOWD split='|' missing;&lt;/P&gt;&lt;P&gt;column Name Sex Age Height Weight;&lt;/P&gt;&lt;P&gt;define name / Order "Name" style(header)=Header{just=left asis=on borderleftcolor=black borderleftwidth=1}&lt;BR /&gt;style(column)={just=left cellwidth=1.3in &lt;STRONG&gt;borderleftcolor=black borderleftwidth=1&lt;/STRONG&gt; };&lt;BR /&gt;define sex / "Sex" flow style(header)=Header{ just=center} style(column)={cellwidth=0.6in just=center &lt;STRONG&gt;borderleftcolor=black borderleftwidth=1&lt;/STRONG&gt;};&lt;BR /&gt;define age / "Age" style(header)=Header{just=center} style(column)={cellwidth=0.6in just=center &lt;STRONG&gt;borderleftcolor=black borderleftwidth=1&lt;/STRONG&gt;} ;&lt;BR /&gt;define height / "Height" flow style(header)=Header{just=center} style(column)={cellwidth=0.6in just=center &lt;STRONG&gt;borderleftcolor=black borderleftwidth=1&lt;/STRONG&gt;};&lt;BR /&gt;define weight / "Weight" flow style(header)=Header{just=center} style(column)={cellwidth=0.6in just=center &lt;STRONG&gt;borderleftcolor=black borderleftwidth=1&lt;/STRONG&gt;};&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;compute before name&lt;/STRONG&gt;;&lt;BR /&gt;line " ";&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shweta_d_singh_1-1591619113901.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40910iE3A0C6450256BF7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shweta_d_singh_1-1591619113901.png" alt="shweta_d_singh_1-1591619113901.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Expected Output:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shweta_d_singh_2-1591619320574.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40911i6FC827E99FA45C73/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shweta_d_singh_2-1591619320574.png" alt="shweta_d_singh_2-1591619320574.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2020 12:35:17 GMT</pubDate>
    <dc:creator>shweta_d_singh</dc:creator>
    <dc:date>2020-06-08T12:35:17Z</dc:date>
    <item>
      <title>Proc report  borderleftwidth compute</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-borderleftwidth-compute/m-p/654503#M196539</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have below data and I have used Proc report to create a RTF output I am trying to insert vertical border lines between columns but because I am using "compute before" statement the vertical lines get cut, I am expecting a straight line from up till down . Could anyone please help me with this ? (I have tried to put a blank row in data and then pass it in proc report that works but I am looking for more simple solution.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;My data:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shweta_d_singh_0-1591619009860.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40909iD4F50A599EDE828F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shweta_d_singh_0-1591619009860.png" alt="shweta_d_singh_0-1591619009860.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;code:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Proc report data= class Headline Headskip NOWD split='|' missing;&lt;/P&gt;&lt;P&gt;column Name Sex Age Height Weight;&lt;/P&gt;&lt;P&gt;define name / Order "Name" style(header)=Header{just=left asis=on borderleftcolor=black borderleftwidth=1}&lt;BR /&gt;style(column)={just=left cellwidth=1.3in &lt;STRONG&gt;borderleftcolor=black borderleftwidth=1&lt;/STRONG&gt; };&lt;BR /&gt;define sex / "Sex" flow style(header)=Header{ just=center} style(column)={cellwidth=0.6in just=center &lt;STRONG&gt;borderleftcolor=black borderleftwidth=1&lt;/STRONG&gt;};&lt;BR /&gt;define age / "Age" style(header)=Header{just=center} style(column)={cellwidth=0.6in just=center &lt;STRONG&gt;borderleftcolor=black borderleftwidth=1&lt;/STRONG&gt;} ;&lt;BR /&gt;define height / "Height" flow style(header)=Header{just=center} style(column)={cellwidth=0.6in just=center &lt;STRONG&gt;borderleftcolor=black borderleftwidth=1&lt;/STRONG&gt;};&lt;BR /&gt;define weight / "Weight" flow style(header)=Header{just=center} style(column)={cellwidth=0.6in just=center &lt;STRONG&gt;borderleftcolor=black borderleftwidth=1&lt;/STRONG&gt;};&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;compute before name&lt;/STRONG&gt;;&lt;BR /&gt;line " ";&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shweta_d_singh_1-1591619113901.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40910iE3A0C6450256BF7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shweta_d_singh_1-1591619113901.png" alt="shweta_d_singh_1-1591619113901.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Expected Output:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shweta_d_singh_2-1591619320574.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40911i6FC827E99FA45C73/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shweta_d_singh_2-1591619320574.png" alt="shweta_d_singh_2-1591619320574.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 12:35:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-borderleftwidth-compute/m-p/654503#M196539</guid>
      <dc:creator>shweta_d_singh</dc:creator>
      <dc:date>2020-06-08T12:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report  borderleftwidth compute</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-borderleftwidth-compute/m-p/654519#M196542</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/147771"&gt;@shweta_d_singh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of computing a line before each record, I would just add a BREAK BEFORE statement and a "white color" for the font :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc report data= sashelp.class Headline Headskip NOWD split='|' missing;
column Name Sex Age Height Weight;
define name / Order "Name" style(header)=Header{just=left asis=on borderleftcolor=black borderleftwidth=1}
style(column)={just=left cellwidth=1.3in borderleftcolor=black borderleftwidth=1 };

define sex / "Sex" flow style(header)=Header{ just=center} style(column)={cellwidth=0.6in just=center borderleftcolor=black borderleftwidth=1};
define age / "Age" style(header)=Header{just=center} style(column)={cellwidth=0.6in just=center borderleftcolor=black borderleftwidth=1} ;
define height / "Height" flow style(header)=Header{just=center} style(column)={cellwidth=0.6in just=center borderleftcolor=black borderleftwidth=1};
define weight / "Weight" flow style(header)=Header{just=center} style(column)={cellwidth=0.6in just=center borderleftcolor=black borderleftwidth=1};

break before name / summarize style={color=white};

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 13:30:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-borderleftwidth-compute/m-p/654519#M196542</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-06-08T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report  borderleftwidth compute</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-borderleftwidth-compute/m-p/654527#M196546</link>
      <description>Thank you this worked best for me.</description>
      <pubDate>Mon, 08 Jun 2020 13:54:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-borderleftwidth-compute/m-p/654527#M196546</guid>
      <dc:creator>shweta_d_singh</dc:creator>
      <dc:date>2020-06-08T13:54:28Z</dc:date>
    </item>
  </channel>
</rss>

