<?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 separate table &amp; graph on one page??? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/separate-table-graph-on-one-page/m-p/64531#M7523</link>
    <description>Hello all;&lt;BR /&gt;
I am trying  to accomplish two things:&lt;BR /&gt;
create a table with an underlying (line) graph that accompanies the table to output to PDF through PROC Report. However, the graph &amp;amp; table come from different sources.&lt;BR /&gt;
&lt;BR /&gt;
Currently, this works except that the graph prints to another page, and way too big. I have attempted to solve this by ysuing the ODS graphics on/width= height= but this has no effect.&lt;BR /&gt;
&lt;BR /&gt;
So essentially I have my proc report statements:&lt;BR /&gt;
&lt;BR /&gt;
ODS LISTING CLOSE;&lt;BR /&gt;
...&lt;BR /&gt;
Proc Report data=x;&lt;BR /&gt;
...&lt;BR /&gt;
endcomp&lt;BR /&gt;
&lt;BR /&gt;
symbol1 v=dot i=join;&lt;BR /&gt;
proc gplot data=BASIC_OUTPUT;&lt;BR /&gt;
&lt;BR /&gt;
where UNIT='y' and date&amp;gt;monthyear;&lt;BR /&gt;
plot crbsi_rate*moi;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Second question is that when the graph prints, it does not adhere to the ODS escape character and so the graphic does not print accordingly.&lt;BR /&gt;
&lt;BR /&gt;
Thank you again for your help...&lt;BR /&gt;
Lawrence</description>
    <pubDate>Thu, 04 Dec 2008 18:28:15 GMT</pubDate>
    <dc:creator>_LB</dc:creator>
    <dc:date>2008-12-04T18:28:15Z</dc:date>
    <item>
      <title>separate table &amp; graph on one page???</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/separate-table-graph-on-one-page/m-p/64531#M7523</link>
      <description>Hello all;&lt;BR /&gt;
I am trying  to accomplish two things:&lt;BR /&gt;
create a table with an underlying (line) graph that accompanies the table to output to PDF through PROC Report. However, the graph &amp;amp; table come from different sources.&lt;BR /&gt;
&lt;BR /&gt;
Currently, this works except that the graph prints to another page, and way too big. I have attempted to solve this by ysuing the ODS graphics on/width= height= but this has no effect.&lt;BR /&gt;
&lt;BR /&gt;
So essentially I have my proc report statements:&lt;BR /&gt;
&lt;BR /&gt;
ODS LISTING CLOSE;&lt;BR /&gt;
...&lt;BR /&gt;
Proc Report data=x;&lt;BR /&gt;
...&lt;BR /&gt;
endcomp&lt;BR /&gt;
&lt;BR /&gt;
symbol1 v=dot i=join;&lt;BR /&gt;
proc gplot data=BASIC_OUTPUT;&lt;BR /&gt;
&lt;BR /&gt;
where UNIT='y' and date&amp;gt;monthyear;&lt;BR /&gt;
plot crbsi_rate*moi;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Second question is that when the graph prints, it does not adhere to the ODS escape character and so the graphic does not print accordingly.&lt;BR /&gt;
&lt;BR /&gt;
Thank you again for your help...&lt;BR /&gt;
Lawrence</description>
      <pubDate>Thu, 04 Dec 2008 18:28:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/separate-table-graph-on-one-page/m-p/64531#M7523</guid>
      <dc:creator>_LB</dc:creator>
      <dc:date>2008-12-04T18:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: separate table &amp; graph on one page???</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/separate-table-graph-on-one-page/m-p/64532#M7524</link>
      <description>Hi:&lt;BR /&gt;
  I haven't had a chance to look at this in any detail, however, ODS ESCAPECHAR functionality is not supported by SAS/Graph procedures.&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=5390ᔎ" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=5390ᔎ&lt;/A&gt;&lt;BR /&gt;
            &lt;BR /&gt;
  Otherwise, generally with ODS PDF startpage=never will allow a table and graph to co-exist on a page in a PDF file. Although you may need some techniques to size (XPIXEL and YPIXEL) and position (HORIGIN and VORIGIN) the graph output on the page  as described in this Tech Support paper:&lt;BR /&gt;
PDF: &lt;A href="http://support.sas.com/techsup/technote/ts659/ts659.pdf" target="_blank"&gt;http://support.sas.com/techsup/technote/ts659/ts659.pdf&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  If you are still having issues with your code, you may want to contact Tech Support, where they can look at ALL your code to see what's happening and can help you fix it.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 04 Dec 2008 23:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/separate-table-graph-on-one-page/m-p/64532#M7524</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-12-04T23:43:13Z</dc:date>
    </item>
  </channel>
</rss>

