<?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: Could we get the catalog from SG graphs procedures in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Could-we-get-the-catalog-from-SG-graphs-procedures/m-p/189799#M6999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to recreate the functionality of Proc Greplay a limited ability is possible using tagsets.htmlpanel.&lt;/P&gt;&lt;P&gt;Also you should have the image files themselves, most likely PNG files, in the folder of your work library (or wherever you directed output).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are more explicit about what you are attempting to do there may be other options.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2014 18:02:19 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-10-17T18:02:19Z</dc:date>
    <item>
      <title>Could we get the catalog from SG graphs procedures</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-we-get-the-catalog-from-SG-graphs-procedures/m-p/189798#M6998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is with regard to the graphic catalog we get from proc gplot or gchart with the option gout=. i would like to know if we have a similar option in SG procedures in sas. I have a scenario where i would like to use the catalogs from SG procedure and pass into the template to generate graphs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used the gout option in gplot and used the catalog name in template to generate the graphs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 17:53:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-we-get-the-catalog-from-SG-graphs-procedures/m-p/189798#M6998</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2014-10-17T17:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Could we get the catalog from SG graphs procedures</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-we-get-the-catalog-from-SG-graphs-procedures/m-p/189799#M6999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to recreate the functionality of Proc Greplay a limited ability is possible using tagsets.htmlpanel.&lt;/P&gt;&lt;P&gt;Also you should have the image files themselves, most likely PNG files, in the folder of your work library (or wherever you directed output).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are more explicit about what you are attempting to do there may be other options.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 18:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-we-get-the-catalog-from-SG-graphs-procedures/m-p/189799#M6999</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-10-17T18:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Could we get the catalog from SG graphs procedures</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-we-get-the-catalog-from-SG-graphs-procedures/m-p/189800#M7000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes , i agree with you. i got the png image file. But at the moment i am more interested in the catalogs of SG procedures. so if could know the way to get the catalog name generated by the SG , it will be very helpful. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 18:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-we-get-the-catalog-from-SG-graphs-procedures/m-p/189800#M7000</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2014-10-17T18:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Could we get the catalog from SG graphs procedures</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-we-get-the-catalog-from-SG-graphs-procedures/m-p/189801#M7001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, the SG procedures do not use catalogs. The procedures use ODS template-based technology. In addition to ballardw's thought, I have some addition methods to accomplish what you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use ODS layout -- You can use ODS layout to layout the graph output as it is generated.&lt;/P&gt;&lt;P&gt;2. Use ODS Document --&amp;nbsp; If you need to generate the graph output early and replay it later in the report, use an ODS document to store the output from SGPLOT and replay it using PROC DOCUMENT (you can also use ODS layout in the replay).&lt;/P&gt;&lt;P&gt;3. Use the ODS Graphics Designer -- you can use the ODS Graphics Designer to interactively create a paneled graph that you can run in batch in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you me to elaborate further on any of these techniques.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 18:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-we-get-the-catalog-from-SG-graphs-procedures/m-p/189801#M7001</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-10-17T18:18:06Z</dc:date>
    </item>
  </channel>
</rss>

