<?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: ODS output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289599#M10232</link>
    <description>&lt;P&gt;It appears that the current settings for the size of the ODS graph area exceeds the area left within your very small (6 by 2.25&amp;nbsp;inches) area between margins and header/fooder.&lt;/P&gt;
&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics/ height=2in;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and see if that helps any.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2016 17:50:47 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-08-04T17:50:47Z</dc:date>
    <item>
      <title>ODS output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289592#M10231</link>
      <description>&lt;P&gt;I have the following code which runs fine:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file='/folders/myfolders/regr1resuls/CLCLr.rtf' style=journal;
ods TRACE ON;
ods output FitStatistics=FitStat ParameterEstimates=param;

proc reg data=boot1 plots=all;
	/*plots(only)=FITPLOT(stats=none);*/
	model CL=CLr /clb SPEC;
	output out=pred predicted=p lcl=lcl lclm=lclm ucl=ucl uclm=uclm residual=r;

proc print data=fitstat;
run;

proc print data=param;
run;

proc print data=pred;
run;

run;
quit;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that the outputted graphs are truncated (i.e., the X axis is not visible). &amp;nbsp;I have attached an output for your perusal.&lt;/P&gt;
&lt;P&gt;Can someone tell me why this occurs and how to correct it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 17:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289592#M10231</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2016-08-04T17:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289599#M10232</link>
      <description>&lt;P&gt;It appears that the current settings for the size of the ODS graph area exceeds the area left within your very small (6 by 2.25&amp;nbsp;inches) area between margins and header/fooder.&lt;/P&gt;
&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics/ height=2in;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and see if that helps any.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 17:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289599#M10232</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-04T17:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289600#M10233</link>
      <description>&lt;P&gt;That resolved the problem.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 17:50:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289600#M10233</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2016-08-04T17:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289602#M10234</link>
      <description>&lt;P&gt;For some reason your page size is messed up. If you set it to Letter, even in the present Word Doc everything shows fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try running any options before you ran the code you presented?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I run a simlar set of code in SAS UE I don't have this issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 17:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289602#M10234</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-04T17:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289617#M10235</link>
      <description>&lt;P&gt;Where in the present code would I set page size and what is the correct syntax?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 18:25:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289617#M10235</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2016-08-04T18:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289665#M10240</link>
      <description>&lt;P&gt;The default is letter so I don't know why yours is different unless you've already changed it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would make sure my pagesize was letter and orientation was portrait.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/viewer.htm#n1ieb4hg6fijzon1slcsyiqu7972.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/viewer.htm#n1ieb4hg6fijzon1slcsyiqu7972.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you haven't already, restarting SAS may reset the defaults.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 21:10:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-output/m-p/289665#M10240</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-04T21:10:20Z</dc:date>
    </item>
  </channel>
</rss>

