<?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: PROC REPORT and decimal alignment/justification in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-decimal-alignment-justification/m-p/70806#M8109</link>
    <description>Try the asis=on style attribute. From the ODS documentation:&lt;BR /&gt;
&lt;BR /&gt;
ASIS=ON|OFF&lt;BR /&gt;
specifies how to handle leading spaces and line breaks in an HTML document.&lt;BR /&gt;
&lt;BR /&gt;
ON&lt;BR /&gt;
prints text with leading spaces and line breaks, in the same manner as the listing output.&lt;BR /&gt;
&lt;BR /&gt;
OFF&lt;BR /&gt;
trims leading spaces and ignores line breaks.&lt;BR /&gt;
&lt;BR /&gt;
Default:	 OFF&lt;BR /&gt;
Tip:	 The ASIS= attribute is valid only in MARKUP family destinations, PRINTER family destinations, and the RTF destination.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/59523/HTML/default/a002972093.htm#a002576191" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/59523/HTML/default/a002972093.htm#a002576191&lt;/A&gt;</description>
    <pubDate>Thu, 22 Jan 2009 14:07:46 GMT</pubDate>
    <dc:creator>Tim_SAS</dc:creator>
    <dc:date>2009-01-22T14:07:46Z</dc:date>
    <item>
      <title>PROC REPORT and decimal alignment/justification</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-decimal-alignment-justification/m-p/70805#M8108</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Has anyone got any ideas on how I can align text columns in a proc report?&lt;BR /&gt;
&lt;BR /&gt;
My data (simplified) looks like:&lt;BR /&gt;
&lt;BR /&gt;
COL3&lt;BR /&gt;
213 (96.3%)&lt;BR /&gt;
 10 (5.4%)&lt;BR /&gt;
  0&lt;BR /&gt;
&lt;BR /&gt;
In non ODS I would just have: &lt;BR /&gt;
     define col3      / display left width=13 "heading";&lt;BR /&gt;
&lt;BR /&gt;
Using ODS I've tried:&lt;BR /&gt;
define col3 / display "heading"  style(column)=[cellwidth=2.5CM just=left] &lt;BR /&gt;
                                                   style(header)=[cellwidth=2.5CM just=center];&lt;BR /&gt;
&lt;BR /&gt;
define col3 / display "heading"  style(column)=[cellwidth=2.5CM textalign=dec] &lt;BR /&gt;
                                                   style(header)=[cellwidth=2.5CM just=center];&lt;BR /&gt;
&lt;BR /&gt;
and neither work properly.&lt;BR /&gt;
&lt;BR /&gt;
Is there any way of forcing ODS RTF to respect the leading spaces I've got in COL3?&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Lawrence</description>
      <pubDate>Thu, 22 Jan 2009 13:23:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-decimal-alignment-justification/m-p/70805#M8108</guid>
      <dc:creator>LawrenceHW</dc:creator>
      <dc:date>2009-01-22T13:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT and decimal alignment/justification</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-decimal-alignment-justification/m-p/70806#M8109</link>
      <description>Try the asis=on style attribute. From the ODS documentation:&lt;BR /&gt;
&lt;BR /&gt;
ASIS=ON|OFF&lt;BR /&gt;
specifies how to handle leading spaces and line breaks in an HTML document.&lt;BR /&gt;
&lt;BR /&gt;
ON&lt;BR /&gt;
prints text with leading spaces and line breaks, in the same manner as the listing output.&lt;BR /&gt;
&lt;BR /&gt;
OFF&lt;BR /&gt;
trims leading spaces and ignores line breaks.&lt;BR /&gt;
&lt;BR /&gt;
Default:	 OFF&lt;BR /&gt;
Tip:	 The ASIS= attribute is valid only in MARKUP family destinations, PRINTER family destinations, and the RTF destination.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/59523/HTML/default/a002972093.htm#a002576191" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/59523/HTML/default/a002972093.htm#a002576191&lt;/A&gt;</description>
      <pubDate>Thu, 22 Jan 2009 14:07:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-decimal-alignment-justification/m-p/70806#M8109</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2009-01-22T14:07:46Z</dc:date>
    </item>
  </channel>
</rss>

