<?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 PDF gplot not output following proc report in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-gplot-not-output-following-proc-report/m-p/67980#M2360</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Would it be possible for you to email a snippet of code and a snapshot of your output to ods@sas.com.&lt;BR /&gt;
&lt;BR /&gt;
I would love to check it out and see if I can help&lt;BR /&gt;
&lt;BR /&gt;
Scott</description>
    <pubDate>Fri, 28 Aug 2009 14:25:06 GMT</pubDate>
    <dc:creator>ScottH_SAS</dc:creator>
    <dc:date>2009-08-28T14:25:06Z</dc:date>
    <item>
      <title>ODS PDF gplot not output following proc report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-gplot-not-output-following-proc-report/m-p/67979#M2359</link>
      <description>In 9.1.3 I created a PDF with output from proc report followed by proc gplot.  In SAS 9.2 phase 2 gplot graphic are not going to the PDF.  There is a space in the PDF where the graph should be but no graphic.  If I output gplot first and then report I get both.  Am I missing some setting?</description>
      <pubDate>Fri, 28 Aug 2009 11:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-gplot-not-output-following-proc-report/m-p/67979#M2359</guid>
      <dc:creator>raseff</dc:creator>
      <dc:date>2009-08-28T11:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF gplot not output following proc report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-gplot-not-output-following-proc-report/m-p/67980#M2360</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Would it be possible for you to email a snippet of code and a snapshot of your output to ods@sas.com.&lt;BR /&gt;
&lt;BR /&gt;
I would love to check it out and see if I can help&lt;BR /&gt;
&lt;BR /&gt;
Scott</description>
      <pubDate>Fri, 28 Aug 2009 14:25:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-gplot-not-output-following-proc-report/m-p/67980#M2360</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2009-08-28T14:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF gplot not output following proc report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-gplot-not-output-following-proc-report/m-p/67981#M2361</link>
      <description>I wrote the following little sample, and ran it at both v9.1.3 and v9.2, and it produced a pdf containing both the "proc report" and the "proc gplot" in both versions of SAS:&lt;BR /&gt;
&lt;BR /&gt;
%let name=pdf002;&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods pdf file="&amp;amp;name..pdf" notoc;&lt;BR /&gt;
&lt;BR /&gt;
title "Proc Report";&lt;BR /&gt;
proc report data=sashelp.class;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
title "Followed by Proc Gplot";&lt;BR /&gt;
proc gplot data=sashelp.class;&lt;BR /&gt;
plot height*age=sex;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Does the above code work ok for you?&lt;BR /&gt;
If the above code works ok for you, can you post up some example code that triggers the problem you're seeing?</description>
      <pubDate>Fri, 09 Oct 2009 14:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-gplot-not-output-following-proc-report/m-p/67981#M2361</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2009-10-09T14:08:32Z</dc:date>
    </item>
  </channel>
</rss>

