<?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 column statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394096#M94932</link>
    <description>&lt;P&gt;How do I prevent two column overlap?&lt;BR /&gt;This caused the detail are not able to read.&lt;/P&gt;&lt;P&gt;As the below picture, the "D" from first column overlapping the word from second column,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="未命名.png" style="width: 156px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14913iD4836E7F6610B1D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="未命名.png" alt="未命名.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This is the program how I report this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC REPORT DATA=data NOWD&lt;BR /&gt;COLWIDTH=8 SPACING=2&lt;BR /&gt;CENTER&lt;BR /&gt;HEADSKIP&lt;BR /&gt;SPLIT= '|'&lt;BR /&gt;LS=256&lt;BR /&gt;contents="Report";&lt;BR /&gt;COLUMNS&amp;nbsp;A B;&lt;BR /&gt;DEFINE A /left style=[cellwidth=20mm] 'A';&lt;BR /&gt;DEFINE B /left style=[cellwidth=20mm] 'B';&lt;BR /&gt;RUN;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2017 02:13:12 GMT</pubDate>
    <dc:creator>Takamini</dc:creator>
    <dc:date>2017-09-08T02:13:12Z</dc:date>
    <item>
      <title>proc report column statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394096#M94932</link>
      <description>&lt;P&gt;How do I prevent two column overlap?&lt;BR /&gt;This caused the detail are not able to read.&lt;/P&gt;&lt;P&gt;As the below picture, the "D" from first column overlapping the word from second column,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="未命名.png" style="width: 156px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14913iD4836E7F6610B1D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="未命名.png" alt="未命名.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This is the program how I report this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC REPORT DATA=data NOWD&lt;BR /&gt;COLWIDTH=8 SPACING=2&lt;BR /&gt;CENTER&lt;BR /&gt;HEADSKIP&lt;BR /&gt;SPLIT= '|'&lt;BR /&gt;LS=256&lt;BR /&gt;contents="Report";&lt;BR /&gt;COLUMNS&amp;nbsp;A B;&lt;BR /&gt;DEFINE A /left style=[cellwidth=20mm] 'A';&lt;BR /&gt;DEFINE B /left style=[cellwidth=20mm] 'B';&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 02:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394096#M94932</guid>
      <dc:creator>Takamini</dc:creator>
      <dc:date>2017-09-08T02:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc report column statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394103#M94934</link>
      <description>&lt;P&gt;&lt;SPAN&gt;try to add just = center and increase cell width&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DEFINE A /left style={just = center cellwidth=40mm} 'A';&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 02:50:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394103#M94934</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2017-09-08T02:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc report column statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394105#M94935</link>
      <description>&lt;P&gt;Thank you, but this code only align&amp;nbsp;the name of column to left and the contents still over lap.&lt;/P&gt;&lt;P&gt;In fact, I set up 140mm for my real data.&lt;/P&gt;&lt;P&gt;The code was just example.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 02:57:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394105#M94935</guid>
      <dc:creator>Takamini</dc:creator>
      <dc:date>2017-09-08T02:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc report column statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394113#M94937</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/130572"&gt;@Takamini&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thank you, but this code only align&amp;nbsp;the name of column to left and the contents still over lap.&lt;/P&gt;
&lt;P&gt;In fact, I set up 140mm for my real data.&lt;/P&gt;
&lt;P&gt;The code was just example.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Ok, can you provide data and code we can use to replicate the issue then?&lt;/P&gt;
&lt;P&gt;You should be able to increase the width and have the contents not overlap or are you looking for different functionality?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 03:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394113#M94937</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-08T03:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: proc report column statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394195#M94960</link>
      <description>&lt;PRE&gt;
Try style cellpadding=


DEFINE A /left style=[cellwidth=20mm  cellpadding=100px  ] 'A';

&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:17:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-column-statement/m-p/394195#M94960</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-09-08T13:17:57Z</dc:date>
    </item>
  </channel>
</rss>

