<?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 ODS rtf &amp; pdf files with center-justified in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ODS-rtf-pdf-files-with-center-justified/m-p/63776#M18124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;The SAS system option will center justify the whole report, but will not change the justification of the individual columns on the report. You can, however, use STYLE=statement level overrides to impact the report columns and headers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS HTML file='c:/temp/chgjust.html';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc print data=sashelp.class&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Style(header)={just=c}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Style(data)={just=c};&lt;/P&gt;&lt;P&gt;&amp;nbsp; Var name age height weight;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ods HTML close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Sep 2011 02:31:19 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2011-09-14T02:31:19Z</dc:date>
    <item>
      <title>ODS rtf &amp; pdf files with center-justified</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-rtf-pdf-files-with-center-justified/m-p/63774#M18122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; List reports are typically generated with the &lt;STRONG&gt;Proc Print procedure. &lt;/STRONG&gt;Save the output through ODS rtf, ODS pdf &amp;amp; ODS html files with .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; also report generated&amp;nbsp; by some other procedure like Proc Means, Proc Freq, Proc Tabulate, Proc Report, Proc glm, Proc mixed .....etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; By default, Character values are left-justified and Numeric values are right-justified.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Suppose A data set contained some numberic and character variables then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would like to have the whole list report with center-justified? (For ods rtf, ods pdf &amp;amp; ods html)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please anyone help me........ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Pankaj Bhangale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 06:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-rtf-pdf-files-with-center-justified/m-p/63774#M18122</guid>
      <dc:creator>Pankaj_23</dc:creator>
      <dc:date>2011-09-13T06:14:25Z</dc:date>
    </item>
    <item>
      <title>ODS rtf &amp; pdf files with center-justified</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-rtf-pdf-files-with-center-justified/m-p/63775#M18123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use proc report with option justification = center.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 23:13:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-rtf-pdf-files-with-center-justified/m-p/63775#M18123</guid>
      <dc:creator>sunilpusarla</dc:creator>
      <dc:date>2011-09-13T23:13:49Z</dc:date>
    </item>
    <item>
      <title>ODS rtf &amp; pdf files with center-justified</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-rtf-pdf-files-with-center-justified/m-p/63776#M18124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;The SAS system option will center justify the whole report, but will not change the justification of the individual columns on the report. You can, however, use STYLE=statement level overrides to impact the report columns and headers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS HTML file='c:/temp/chgjust.html';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc print data=sashelp.class&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Style(header)={just=c}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Style(data)={just=c};&lt;/P&gt;&lt;P&gt;&amp;nbsp; Var name age height weight;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ods HTML close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 02:31:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-rtf-pdf-files-with-center-justified/m-p/63776#M18124</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-09-14T02:31:19Z</dc:date>
    </item>
    <item>
      <title>ODS rtf &amp; pdf files with center-justified</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-rtf-pdf-files-with-center-justified/m-p/63777#M18125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman'; font-size: 12pt;"&gt;Very Very Thanks.You&amp;nbsp; are great.&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Pankaj Bhangale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 09:46:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-rtf-pdf-files-with-center-justified/m-p/63777#M18125</guid>
      <dc:creator>Pankaj_23</dc:creator>
      <dc:date>2011-09-16T09:46:03Z</dc:date>
    </item>
  </channel>
</rss>

