<?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: Greplay listing output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16974#M346</link>
    <description>I also am looking for a way to mix graphics and "non G" output in the same html file. I am not married to using proc greplay. I am going to investigate this gprint procedure, but I would be happy to entertain any other suggestions.</description>
    <pubDate>Tue, 29 Dec 2009 16:38:04 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-12-29T16:38:04Z</dc:date>
    <item>
      <title>Greplay listing output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16972#M344</link>
      <description>Hello, Is there a way to use greplay to display a listing output as a panel.  I've gotten my listing output in the same gseg catalog (with the other things I want to replay) but it does not work becasue it is not a graphical file.  Can I convert it to a graphical file using gslide?  Is there another way to do this?&lt;BR /&gt;
&lt;BR /&gt;
Thank you. Adam</description>
      <pubDate>Fri, 13 Nov 2009 20:52:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16972#M344</guid>
      <dc:creator>AMR</dc:creator>
      <dc:date>2009-11-13T20:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Greplay listing output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16973#M345</link>
      <description>There is a GPrint procedure, but I don't know how it works or what it does.  You might want to check.</description>
      <pubDate>Mon, 16 Nov 2009 15:30:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16973#M345</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2009-11-16T15:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Greplay listing output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16974#M346</link>
      <description>I also am looking for a way to mix graphics and "non G" output in the same html file. I am not married to using proc greplay. I am going to investigate this gprint procedure, but I would be happy to entertain any other suggestions.</description>
      <pubDate>Tue, 29 Dec 2009 16:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16974#M346</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-29T16:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Greplay listing output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16975#M347</link>
      <description>Google advanced search of SAS.COM website revealed this item (and some others):&lt;BR /&gt;
&lt;BR /&gt;
SAS/GRAPH Statements &lt;BR /&gt;
&lt;BR /&gt;
Example 9. Combining Graphs and Reports in a Web Page&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gr08ods1-ex.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gr08ods1-ex.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Google argument used:&lt;BR /&gt;
combined graph report html site:sas.com</description>
      <pubDate>Tue, 29 Dec 2009 17:00:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16975#M347</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-12-29T17:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Greplay listing output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16976#M348</link>
      <description>Hi:&lt;BR /&gt;
  It may be as simple as:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods html path='c:\temp' (url=none) &lt;BR /&gt;
         file='alltogether.html';&lt;BR /&gt;
proc print data=xxx.yyy;&lt;BR /&gt;
run;&lt;BR /&gt;
              &lt;BR /&gt;
proc gwhatever data=xxx.yyy;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
                     &lt;BR /&gt;
And you will get the tabular output from PROC PRINT (or any other procedure that produces tabular output) in the same HTML file as the IMG tag for the Graphic image from the "G" procedure.&lt;BR /&gt;
 &lt;BR /&gt;
Or, you can check out the ODS HTMLPANEL tagset, which allows you to arrange tabular and graphic output in panelled arrangements:&lt;BR /&gt;
 &lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html&lt;/A&gt;&lt;BR /&gt;
           &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 29 Dec 2009 21:36:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Greplay-listing-output/m-p/16976#M348</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-12-29T21:36:01Z</dc:date>
    </item>
  </channel>
</rss>

