<?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: Multiple Graph into a Single HTML using GTL. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Graph-into-a-Single-HTML-using-GTL/m-p/172910#M264421</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 don't need GREPLAY, that is for traditional SAS/GRAPH, not ODS&amp;nbsp; Graphics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you coding the "ODS sandwich yourself" ?&amp;nbsp; Then would think this would work by without doing anything special, i.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html file=&amp;nbsp; ... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgrender ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgrender ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*etc; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With ods html the image(s) aren't actually in the html file, but the html file references the image(s).&amp;nbsp; If you have SAS 9.4 you can use ods HTML5, and actually embed the images in the html: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sastraining/2013/11/06/sas-9-4-has-a-new-way-to-send-interactive-graphs-in-email/" title="http://blogs.sas.com/content/sastraining/2013/11/06/sas-9-4-has-a-new-way-to-send-interactive-graphs-in-email/"&gt;SAS 9.4 has a new way to send interactive graphs in email&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 11:43:44 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2014-02-13T11:43:44Z</dc:date>
    <item>
      <title>Multiple Graph into a Single HTML using GTL.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Graph-into-a-Single-HTML-using-GTL/m-p/172909#M264420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to insert multiple graph file into a single &lt;STRONG&gt;HTML file&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I am using GTL(proc template and &lt;STRONG&gt;SGRENDER&lt;/STRONG&gt; procedure) to generate graphs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this with &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;PROC GREPLAY&lt;/STRONG&gt;&lt;/SPAN&gt; or Is there any other way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Surendar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 10:46:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Graph-into-a-Single-HTML-using-GTL/m-p/172909#M264420</guid>
      <dc:creator>suraestar</dc:creator>
      <dc:date>2014-02-13T10:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Graph into a Single HTML using GTL.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Graph-into-a-Single-HTML-using-GTL/m-p/172910#M264421</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 don't need GREPLAY, that is for traditional SAS/GRAPH, not ODS&amp;nbsp; Graphics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you coding the "ODS sandwich yourself" ?&amp;nbsp; Then would think this would work by without doing anything special, i.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html file=&amp;nbsp; ... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgrender ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgrender ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*etc; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With ods html the image(s) aren't actually in the html file, but the html file references the image(s).&amp;nbsp; If you have SAS 9.4 you can use ods HTML5, and actually embed the images in the html: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sastraining/2013/11/06/sas-9-4-has-a-new-way-to-send-interactive-graphs-in-email/" title="http://blogs.sas.com/content/sastraining/2013/11/06/sas-9-4-has-a-new-way-to-send-interactive-graphs-in-email/"&gt;SAS 9.4 has a new way to send interactive graphs in email&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 11:43:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Graph-into-a-Single-HTML-using-GTL/m-p/172910#M264421</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-02-13T11:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Graph into a Single HTML using GTL.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Graph-into-a-Single-HTML-using-GTL/m-p/172911#M264422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks, but I have only 9.3 version of SAS. So how could I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 05:28:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Graph-into-a-Single-HTML-using-GTL/m-p/172911#M264422</guid>
      <dc:creator>suraestar</dc:creator>
      <dc:date>2014-02-14T05:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Graph into a Single HTML using GTL.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Graph-into-a-Single-HTML-using-GTL/m-p/172912#M264423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is ssomething like this what you are trying to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THe images aren't actually in the file, but it's one html file and when you view it you will see both images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;ods html file="d:\junk\mygraphs.html" gpath="d:\junk";

proc sgplot data=sashelp.class;
&amp;nbsp; hbox age/group=sex;
run;


proc sgplot data=sashelp.class;
&amp;nbsp; hbox height/group=sex;
run;

ods html close;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 17:56:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Graph-into-a-Single-HTML-using-GTL/m-p/172912#M264423</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-02-14T17:56:28Z</dc:date>
    </item>
  </channel>
</rss>

