<?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 Aligning/Justifying Proc Report output in ODS PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Aligning-Justifying-Proc-Report-output-in-ODS-PDF/m-p/6005#M2416</link>
    <description>First, thanks to anyone and everyone for their help....&lt;BR /&gt;
&lt;BR /&gt;
Here is the issue:&lt;BR /&gt;
&lt;BR /&gt;
I created a 50 page PDF report and decided to add some break pages between sections of analysis.  The break pages contained no output... just ODS PDF TEXT... including a graphic that i left justified on the first page.&lt;BR /&gt;
&lt;BR /&gt;
Prior to adding the break pages, all of my graphs and tables were centered in the middle of the page.  &lt;BR /&gt;
&lt;BR /&gt;
Now, after adding my title page, contents page, and chapter title pages,  all of my PROC REPORT tables are LEFT justified.&lt;BR /&gt;
&lt;BR /&gt;
How do I force these tables to be centered?  My PROC GPLOT output is still in the center of the page so I cant understand why my PROC REPORT tables wouldn't be.  &lt;BR /&gt;
&lt;BR /&gt;
I'm using ODS LAYOUT and REGION statements...&lt;BR /&gt;
&lt;BR /&gt;
THANKS!&lt;BR /&gt;
&lt;BR /&gt;
Nick</description>
    <pubDate>Fri, 21 Dec 2007 00:12:08 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-12-21T00:12:08Z</dc:date>
    <item>
      <title>Aligning/Justifying Proc Report output in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Aligning-Justifying-Proc-Report-output-in-ODS-PDF/m-p/6005#M2416</link>
      <description>First, thanks to anyone and everyone for their help....&lt;BR /&gt;
&lt;BR /&gt;
Here is the issue:&lt;BR /&gt;
&lt;BR /&gt;
I created a 50 page PDF report and decided to add some break pages between sections of analysis.  The break pages contained no output... just ODS PDF TEXT... including a graphic that i left justified on the first page.&lt;BR /&gt;
&lt;BR /&gt;
Prior to adding the break pages, all of my graphs and tables were centered in the middle of the page.  &lt;BR /&gt;
&lt;BR /&gt;
Now, after adding my title page, contents page, and chapter title pages,  all of my PROC REPORT tables are LEFT justified.&lt;BR /&gt;
&lt;BR /&gt;
How do I force these tables to be centered?  My PROC GPLOT output is still in the center of the page so I cant understand why my PROC REPORT tables wouldn't be.  &lt;BR /&gt;
&lt;BR /&gt;
I'm using ODS LAYOUT and REGION statements...&lt;BR /&gt;
&lt;BR /&gt;
THANKS!&lt;BR /&gt;
&lt;BR /&gt;
Nick</description>
      <pubDate>Fri, 21 Dec 2007 00:12:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Aligning-Justifying-Proc-Report-output-in-ODS-PDF/m-p/6005#M2416</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-12-21T00:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Aligning/Justifying Proc Report output in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Aligning-Justifying-Proc-Report-output-in-ODS-PDF/m-p/6006#M2417</link>
      <description>Hi,Nick:&lt;BR /&gt;
  You might try explicitly centering PROC REPORT by using the CENTER option on the PROC REPORT statement itself:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods pdf file='c:\temp\testctr.pdf';&lt;BR /&gt;
   &lt;BR /&gt;
proc report data=sashelp.class nowd center;&lt;BR /&gt;
run;&lt;BR /&gt;
   &lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
    &lt;BR /&gt;
But what I don't know is what happens to the output once you add ODS LAYOUT and ODS REGION into the mix. &lt;BR /&gt;
&lt;BR /&gt;
If the above suggestion doesn't work, then your best bet for help may be to contact Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 21 Dec 2007 03:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Aligning-Justifying-Proc-Report-output-in-ODS-PDF/m-p/6006#M2417</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-12-21T03:08:59Z</dc:date>
    </item>
  </channel>
</rss>

