<?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: questions about new graphics procedures in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25536#M4211</link>
    <description>Hi:&lt;BR /&gt;
  Creation of catalog entries is a feature of "device-based" graphics, such as you would create with PROC GCHART, GPLOT, GREPLAY, etc.&lt;BR /&gt;
 &lt;BR /&gt;
  As it describes here&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a003275276.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a003275276.htm&lt;/A&gt;&lt;BR /&gt;
in the doc&lt;BR /&gt;
"Template-based graphics are always produced as image files and never as GRSEG catalog entries."&lt;BR /&gt;
 &lt;BR /&gt;
Template-based graphics include any graphic that is controlled with the ODS Graphics statement -- which includes PROC SGPANEL.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Thu, 30 Apr 2009 14:06:46 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2009-04-30T14:06:46Z</dc:date>
    <item>
      <title>questions about new graphics procedures</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25535#M4210</link>
      <description>Hello,&lt;BR /&gt;
is there a way to save what is product by proc sgpanel in work.GSEG catalog &lt;BR /&gt;
like proc univariate do ?&lt;BR /&gt;
Thank you</description>
      <pubDate>Thu, 30 Apr 2009 09:17:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25535#M4210</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-30T09:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: questions about new graphics procedures</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25536#M4211</link>
      <description>Hi:&lt;BR /&gt;
  Creation of catalog entries is a feature of "device-based" graphics, such as you would create with PROC GCHART, GPLOT, GREPLAY, etc.&lt;BR /&gt;
 &lt;BR /&gt;
  As it describes here&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a003275276.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a003275276.htm&lt;/A&gt;&lt;BR /&gt;
in the doc&lt;BR /&gt;
"Template-based graphics are always produced as image files and never as GRSEG catalog entries."&lt;BR /&gt;
 &lt;BR /&gt;
Template-based graphics include any graphic that is controlled with the ODS Graphics statement -- which includes PROC SGPANEL.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 30 Apr 2009 14:06:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25536#M4211</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-04-30T14:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: questions about new graphics procedures</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25537#M4212</link>
      <description>Thank you cynthia for your answer.&lt;BR /&gt;
in fact my problem is that:&lt;BR /&gt;
i want to have an HTML file,&lt;BR /&gt;
when i submit my proc SGPANEL, it creates an html files and pictures files also,&lt;BR /&gt;
but i must send only the HTML file to my customer and if i don't send the pictures with the HTML file, the graphics pictures do not appear in the HTML file, so how can i do ?&lt;BR /&gt;
is there a way that my graphics pictures are included in my HTML file so that i could send only my HTML file ?&lt;BR /&gt;
Thank you and have a nice day.</description>
      <pubDate>Mon, 04 May 2009 08:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25537#M4212</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-04T08:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: questions about new graphics procedures</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25538#M4213</link>
      <description>Hi:&lt;BR /&gt;
 &lt;BR /&gt;
  HTML works by creating an &amp;lt;IMG&amp;gt; tag to point to the image file to be loaded. This, generally, allows the HTML content to load and then, as the browser is ready, it can get the images from the web server. You've probably seen image heavy web pages that have text appear first and then images pop up after the text on the page has loaded. This is the whole point of an &amp;lt;IMG&amp;gt; tag. It seems as though the person who requested HTML, but no image files might have had another format in mind?&lt;BR /&gt;
 &lt;BR /&gt;
    The good news is that for RTF and PDF destinations, the image is converted to an "internal" RTF or PDF format. So, in a sense, the image from SAS is embedded in the document. If you used RTF or PDF instead of HTML, you would not have to worry about a separate image file. In this case, PDF might be the safest file type to create and send, as almost everybody with a web browser also has a PDF viewer like Acrobat Reader.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 04 May 2009 15:30:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25538#M4213</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-05-04T15:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: questions about new graphics procedures</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25539#M4214</link>
      <description>thank you cynthia</description>
      <pubDate>Tue, 05 May 2009 08:52:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/questions-about-new-graphics-procedures/m-p/25539#M4214</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-05T08:52:25Z</dc:date>
    </item>
  </channel>
</rss>

