<?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: Mix graph output with text output in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Mix-graph-output-with-text-output/m-p/41012#M2764</link>
    <description>A sample stored process that creates a table and graph can be found here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/stpug/61271/HTML/default/viewer.htm#a003152774.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/stpug/61271/HTML/default/viewer.htm#a003152774.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
    <pubDate>Tue, 30 Nov 2010 00:27:35 GMT</pubDate>
    <dc:creator>Vince_SAS</dc:creator>
    <dc:date>2010-11-30T00:27:35Z</dc:date>
    <item>
      <title>Mix graph output with text output</title>
      <link>https://communities.sas.com/t5/Developers/Mix-graph-output-with-text-output/m-p/41011#M2763</link>
      <description>The Stored Processes developer guide gives the example code for creating a image output. That works fine standalone. But I was not able to mix it with a text output. Please see the following code. Any suggestions? &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data rpt;&lt;BR /&gt;
  a=1; b=1; output;&lt;BR /&gt;
  a=3; b=2; output;&lt;BR /&gt;
  a=2; b=4; output;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods html body=_webout(nobot) rs=none;&lt;BR /&gt;
&lt;BR /&gt;
proc print data=rpt;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
%let old=%sysfunc(stpsrv_header(pragma, nocache));&lt;BR /&gt;
&lt;BR /&gt;
goptions gsfname=_webout gsfmode=replace&lt;BR /&gt;
         dev=jpeg xpixels=400 ypixels=300; &lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=rpt;&lt;BR /&gt;
  plot a*b;&lt;BR /&gt;
run; quit;</description>
      <pubDate>Mon, 29 Nov 2010 18:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Mix-graph-output-with-text-output/m-p/41011#M2763</guid>
      <dc:creator>MarcTC</dc:creator>
      <dc:date>2010-11-29T18:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mix graph output with text output</title>
      <link>https://communities.sas.com/t5/Developers/Mix-graph-output-with-text-output/m-p/41012#M2764</link>
      <description>A sample stored process that creates a table and graph can be found here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/stpug/61271/HTML/default/viewer.htm#a003152774.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/stpug/61271/HTML/default/viewer.htm#a003152774.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Tue, 30 Nov 2010 00:27:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Mix-graph-output-with-text-output/m-p/41012#M2764</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2010-11-30T00:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mix graph output with text output</title>
      <link>https://communities.sas.com/t5/Developers/Mix-graph-output-with-text-output/m-p/41013#M2765</link>
      <description>If I want to create a html output with the mix like this:&lt;BR /&gt;
&lt;BR /&gt;
Text&lt;BR /&gt;
Chart&lt;BR /&gt;
Text&lt;BR /&gt;
Chart&lt;BR /&gt;
....&lt;BR /&gt;
&lt;BR /&gt;
An example: &lt;A href="http://seekingalpha.com/instablog/434087-small-cap-network/20594-tin-ignt-siri-technical-chart-snapshot" target="_blank"&gt;http://seekingalpha.com/instablog/434087-small-cap-network/20594-tin-ignt-siri-technical-chart-snapshot&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions for how to do it in stored processes?

Message was edited by: MarcTC</description>
      <pubDate>Thu, 02 Dec 2010 12:34:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Mix-graph-output-with-text-output/m-p/41013#M2765</guid>
      <dc:creator>MarcTC</dc:creator>
      <dc:date>2010-12-02T12:34:42Z</dc:date>
    </item>
  </channel>
</rss>

