<?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 alignment with negative numbers in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-report-column-alignment-with-negative-numbers/m-p/506287#M135693</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying trying to align the negative values with whole integers in proc report without changing the alignment in the columns.&lt;/P&gt;&lt;P&gt;My current program is using&amp;nbsp; left alignment in the define statement. Values are stripped.&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="proc report.JPG" style="width: 468px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24229i966252C123FBA65A/image-size/large?v=v2&amp;amp;px=999" role="button" title="proc report.JPG" alt="proc report.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sun, 21 Oct 2018 02:15:22 GMT</pubDate>
    <dc:creator>HitmonTran</dc:creator>
    <dc:date>2018-10-21T02:15:22Z</dc:date>
    <item>
      <title>proc report column alignment with negative numbers</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-column-alignment-with-negative-numbers/m-p/506287#M135693</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying trying to align the negative values with whole integers in proc report without changing the alignment in the columns.&lt;/P&gt;&lt;P&gt;My current program is using&amp;nbsp; left alignment in the define statement. Values are stripped.&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="proc report.JPG" style="width: 468px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24229i966252C123FBA65A/image-size/large?v=v2&amp;amp;px=999" role="button" title="proc report.JPG" alt="proc report.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 21 Oct 2018 02:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-column-alignment-with-negative-numbers/m-p/506287#M135693</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2018-10-21T02:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc report column alignment with negative numbers</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-column-alignment-with-negative-numbers/m-p/506290#M135694</link>
      <description>&lt;P&gt;What format are you applying to the variable in the DEFINE statement? Or Justification? It's not clear what type of alignment you want, but the Dw.d format will align at the decimal point if that's what you're after.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/111564"&gt;@HitmonTran&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying trying to align the negative values with whole integers in proc report without changing the alignment in the columns.&lt;/P&gt;
&lt;P&gt;My current program is using&amp;nbsp; left alignment in the define statement. Values are stripped.&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="proc report.JPG" style="width: 468px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24229i966252C123FBA65A/image-size/large?v=v2&amp;amp;px=999" role="button" title="proc report.JPG" alt="proc report.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Oct 2018 03:05:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-column-alignment-with-negative-numbers/m-p/506290#M135694</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-21T03:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc report column alignment with negative numbers</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-column-alignment-with-negative-numbers/m-p/506301#M135701</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;style={just=dec}&lt;/P&gt;</description>
      <pubDate>Sun, 21 Oct 2018 10:30:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-column-alignment-with-negative-numbers/m-p/506301#M135701</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-10-21T10:30:29Z</dc:date>
    </item>
  </channel>
</rss>

