<?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: graph and summary on same page in pdf  SAS 9.2 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/graph-and-summary-on-same-page-in-pdf-SAS-9-2/m-p/301543#M10637</link>
    <description>Hi: that Tech support note was in regard to SGPLOT specifically, not to GPLOT and GCHART. I believe that you would use a different technique for the SAS/GRAPH procedures with PROC REPORT. You don't show any code. Are you using STARTPAGE=NEVER with ODS PDF and also using GOPTIONS to control the placement of  the graph images. ODS LAYOUT was still experimental in SAS 9.2, but I believe some functionality was there to do what you describe.&lt;BR /&gt;&lt;BR /&gt;My recommendation would be to open a track with Tech Support. Since you are NOT using SGPLOT, you will need to find the technique that is appropriate for GCHART and GPLOT with PDF. &lt;BR /&gt;&lt;BR /&gt;cynthia</description>
    <pubDate>Thu, 29 Sep 2016 14:57:37 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2016-09-29T14:57:37Z</dc:date>
    <item>
      <title>graph and summary on same page in pdf  SAS 9.2</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/graph-and-summary-on-same-page-in-pdf-SAS-9-2/m-p/301535#M10635</link>
      <description>&lt;P&gt;Dear SAS experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating PDF report where I need to make four graphs and two summary reports on single page . I used&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/41/461.html" target="_blank"&gt;http://support.sas.com/kb/41/461.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as reference to keep graphs on same page and that works .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Problem : I am not able to put graphs ( gplot and gchart) and summary( proc report) together on same page . Summary should be &amp;nbsp;placed in bottom of the pdf report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My summary report contains just one column and one row . so if you want a sample , you can use sashelp.class with just mean(age).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I tried : tried to create a summary report as graph , so that I could use that in image in proc greplay to place it along with four graphs , but I could not succeed in creating png file from summary report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 14:40:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/graph-and-summary-on-same-page-in-pdf-SAS-9-2/m-p/301535#M10635</guid>
      <dc:creator>ucvikas</dc:creator>
      <dc:date>2016-09-29T14:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: graph and summary on same page in pdf  SAS 9.2</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/graph-and-summary-on-same-page-in-pdf-SAS-9-2/m-p/301538#M10636</link>
      <description>&lt;P&gt;I recommend changing the Gplot and Gchart to SGPLOT as that is where the support is going in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will also want to make sure that the startpage is set to "never" before the graph so that the following summary tables have a chance to be on the same page. Then change the startpage back after the summary to get the following output on a different page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is also possible that the SIZE of the graph(s) and the summary are exceeding page sizes. The options would be to reduce the size of the graphs and/or the size of the summary in terms of page size. Either Goptions, ods graphics options and Ods style options for the table(s).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 14:49:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/graph-and-summary-on-same-page-in-pdf-SAS-9-2/m-p/301538#M10636</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-29T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: graph and summary on same page in pdf  SAS 9.2</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/graph-and-summary-on-same-page-in-pdf-SAS-9-2/m-p/301543#M10637</link>
      <description>Hi: that Tech support note was in regard to SGPLOT specifically, not to GPLOT and GCHART. I believe that you would use a different technique for the SAS/GRAPH procedures with PROC REPORT. You don't show any code. Are you using STARTPAGE=NEVER with ODS PDF and also using GOPTIONS to control the placement of  the graph images. ODS LAYOUT was still experimental in SAS 9.2, but I believe some functionality was there to do what you describe.&lt;BR /&gt;&lt;BR /&gt;My recommendation would be to open a track with Tech Support. Since you are NOT using SGPLOT, you will need to find the technique that is appropriate for GCHART and GPLOT with PDF. &lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Thu, 29 Sep 2016 14:57:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/graph-and-summary-on-same-page-in-pdf-SAS-9-2/m-p/301543#M10637</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-09-29T14:57:37Z</dc:date>
    </item>
  </channel>
</rss>

