<?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 How to display a listing and a graph on one PDF page in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206911#M7713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SAS 9.1.3, and here is the test code:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;test code&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;goptions reset=all&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;options orientation=portrait;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods pdf startpage=never;&lt;/P&gt;&lt;P&gt;ods pdf file="C:\aa.pdf" ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** A Listing;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** A graph;&lt;/P&gt;&lt;P&gt;symbol v=dot h=2 c=blue;&lt;/P&gt;&lt;P&gt;proc gplot data=sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; plot height*weight;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is the result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10216_Capture.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;It seems that when creating the graph, SAS takes the whole page as the canvas and it didn't 'see' that a listing was already on the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question is: is there a way to make SAS automatically display the graph right after the listing?&lt;/P&gt;&lt;P&gt;For example, suppose we need to create a 4inch*3inch scatterplot,&lt;/P&gt;&lt;P&gt;if there's a listing(PROC PRINT) before the GPLOT, then display the graph after the listing;&lt;/P&gt;&lt;P&gt;if there's no listing, then directly display the graph at the top of the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated, thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 06:25:45 GMT</pubDate>
    <dc:creator>pobel</dc:creator>
    <dc:date>2015-04-30T06:25:45Z</dc:date>
    <item>
      <title>How to display a listing and a graph on one PDF page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206911#M7713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SAS 9.1.3, and here is the test code:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;test code&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;goptions reset=all&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;options orientation=portrait;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods pdf startpage=never;&lt;/P&gt;&lt;P&gt;ods pdf file="C:\aa.pdf" ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** A Listing;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** A graph;&lt;/P&gt;&lt;P&gt;symbol v=dot h=2 c=blue;&lt;/P&gt;&lt;P&gt;proc gplot data=sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; plot height*weight;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is the result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10216_Capture.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;It seems that when creating the graph, SAS takes the whole page as the canvas and it didn't 'see' that a listing was already on the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question is: is there a way to make SAS automatically display the graph right after the listing?&lt;/P&gt;&lt;P&gt;For example, suppose we need to create a 4inch*3inch scatterplot,&lt;/P&gt;&lt;P&gt;if there's a listing(PROC PRINT) before the GPLOT, then display the graph after the listing;&lt;/P&gt;&lt;P&gt;if there's no listing, then directly display the graph at the top of the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated, thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 06:25:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206911#M7713</guid>
      <dc:creator>pobel</dc:creator>
      <dc:date>2015-04-30T06:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a listing and a graph on one PDF page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206912#M7714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following options to control the start position and size of the graph.&lt;/P&gt;&lt;P&gt;goptions&lt;/P&gt;&lt;P&gt;&amp;nbsp; horigin=4cm&lt;/P&gt;&lt;P&gt;&amp;nbsp; vorigin=4cm&lt;/P&gt;&lt;P&gt;&amp;nbsp; hsize=14cm&lt;/P&gt;&lt;P&gt;&amp;nbsp; vsize=12cm&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note, that the lower left corner is the zero point for the HORIGIN and VORIGIN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 07:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206912#M7714</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-04-30T07:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a listing and a graph on one PDF page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206913#M7715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This paper may also be of interest. I talks about using ODS LAYOUT to position output at specific areas on the PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://analytics.ncsu.edu/sesug/2008/SIB-097.pdf" title="http://analytics.ncsu.edu/sesug/2008/SIB-097.pdf"&gt;http://analytics.ncsu.edu/sesug/2008/SIB-097.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 07:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206913#M7715</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-04-30T07:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a listing and a graph on one PDF page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206914#M7716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, after the settings of HORIGIN / VORIGIN/ HSIZE / VSIZE, the graph will be on a fixed position of the page, no matter how long the listing is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 07:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206914#M7716</guid>
      <dc:creator>pobel</dc:creator>
      <dc:date>2015-04-30T07:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a listing and a graph on one PDF page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206915#M7717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your point being?&amp;nbsp; If there is a lot of data in the listing, then its going to take up more space on the page.&amp;nbsp; You could check the number of rows in the dataset being listed, then adjust your options accorindingly, e.g.:&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 - (select NOBS from SASHELP.VTABLE where LIBNAME="WORK" and MEMNAME="THETABLE")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :NUM_CM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SASHELP.CLASS;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;goptions&lt;SPAN style="line-height: 1.5em;"&gt; horigin=&amp;amp;NUM_CM.cm&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt; vorigin=4cm &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;hsize=14cm &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;vsize=&amp;amp;NUM_CM.cm&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Just an untested example above.&amp;nbsp; But this only means that if the data exapnds you graph will shrink.&amp;nbsp; Paper size is fixed.&amp;nbsp; You could try listing the data with smaller font, dropping the ZOOM aspect of the graph etc. but if your data is changing/growing you will always hit this fixed paper size.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 08:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206915#M7717</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-04-30T08:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a listing and a graph on one PDF page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206916#M7718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With SAS9.4 the following code sample will do what you are after. It uses the ODS LAYOUT feature. Before each output you create you will have an ODS REGION statement, to say you are starting a new region to place output into. I might not do the exact same thing in SAS9.1.3, but have a go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;goptions&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;reset&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=all&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;options&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;orientation&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=portrait;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;_all_&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;close&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;pdf&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;startpage&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=never;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;pdf&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;"C:\temp\aa.pdf"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;layout&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;gridded&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; columns=&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;1&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;region&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;** A Listing;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;print&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=sashelp.cars(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;obs&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;40&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; make model type driveTrain invoice horsepower; &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;region&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;** A graph;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;goptions&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;/*&amp;nbsp; horigin=8cm*/&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;/*&amp;nbsp; vorigin=8cm*/&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;hsize&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=8cm&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;vsize&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=8cm&lt;BR /&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;symbol&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;v&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=dot &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;h&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;2&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;c&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=blue;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;gplot&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=sashelp.class;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;plot&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; height*weight;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;quit&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;layout&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;end&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;pdf&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;close&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;listing&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 11:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206916#M7718</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-04-30T11:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a listing and a graph on one PDF page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206917#M7719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 00:27:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206917#M7719</guid>
      <dc:creator>pobel</dc:creator>
      <dc:date>2015-05-04T00:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a listing and a graph on one PDF page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206918#M7720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ODS LAYOUT works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 00:28:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-display-a-listing-and-a-graph-on-one-PDF-page/m-p/206918#M7720</guid>
      <dc:creator>pobel</dc:creator>
      <dc:date>2015-05-04T00:28:28Z</dc:date>
    </item>
  </channel>
</rss>

