<?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 GPLOT and BOXPLOT Write a CGM File, but not SGPLOT or SGPANEL? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-and-BOXPLOT-Write-a-CGM-File-but-not-SGPLOT-or-SGPANEL/m-p/411209#M14099</link>
    <description>&lt;P&gt;Hi, I'm trying to generate .cgm outputs for all my plots.&amp;nbsp; I'm finding that When I use PROC GPLOT or PROC BOXPLOT, I'm able to generate .cgm files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I use SGPLOT or SGPANEL, no .cgm file appears.&amp;nbsp; There is no error message, but also no file.&amp;nbsp; I can see the plot in the results tab of Enterprise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It can't be the case that SGPLOT and SGPANEL can't do a .cgm file, can it?&amp;nbsp; My processing statements are the same for both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename gout 'myfile.cgm';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions device = [cgmofml cgm cgmof97l] gsfname = gout gsfmode = replace;&amp;nbsp; * tried all three devices, none work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gspanel/gsplot]&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any insight.&amp;nbsp; You all have been so helpful in the past week to me and it's much appreciated!&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2017 14:59:06 GMT</pubDate>
    <dc:creator>davehalltwp</dc:creator>
    <dc:date>2017-11-07T14:59:06Z</dc:date>
    <item>
      <title>GPLOT and BOXPLOT Write a CGM File, but not SGPLOT or SGPANEL?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-and-BOXPLOT-Write-a-CGM-File-but-not-SGPLOT-or-SGPANEL/m-p/411209#M14099</link>
      <description>&lt;P&gt;Hi, I'm trying to generate .cgm outputs for all my plots.&amp;nbsp; I'm finding that When I use PROC GPLOT or PROC BOXPLOT, I'm able to generate .cgm files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I use SGPLOT or SGPANEL, no .cgm file appears.&amp;nbsp; There is no error message, but also no file.&amp;nbsp; I can see the plot in the results tab of Enterprise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It can't be the case that SGPLOT and SGPANEL can't do a .cgm file, can it?&amp;nbsp; My processing statements are the same for both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename gout 'myfile.cgm';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions device = [cgmofml cgm cgmof97l] gsfname = gout gsfmode = replace;&amp;nbsp; * tried all three devices, none work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gspanel/gsplot]&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any insight.&amp;nbsp; You all have been so helpful in the past week to me and it's much appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 14:59:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-and-BOXPLOT-Write-a-CGM-File-but-not-SGPLOT-or-SGPANEL/m-p/411209#M14099</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2017-11-07T14:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT and BOXPLOT Write a CGM File, but not SGPLOT or SGPANEL?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-and-BOXPLOT-Write-a-CGM-File-but-not-SGPLOT-or-SGPANEL/m-p/411523#M14111</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/175401"&gt;@davehalltwp&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't test it right now but did you try ODS GRAPHICS ?&lt;/P&gt;
&lt;P&gt;Sample from that &lt;A href="http://go.documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1bl0ct9tx98zen1d6qlljh4dm7b.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=fr#p0vgqi1gkxu4jvn1d2tiadokxyko" target="_self"&gt;page&lt;/A&gt; should help you, hopefully.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 13:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-and-BOXPLOT-Write-a-CGM-File-but-not-SGPLOT-or-SGPANEL/m-p/411523#M14111</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2017-11-08T13:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT and BOXPLOT Write a CGM File, but not SGPLOT or SGPANEL?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-and-BOXPLOT-Write-a-CGM-File-but-not-SGPLOT-or-SGPANEL/m-p/411525#M14112</link>
      <description>&lt;P&gt;Hi Damo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp; I decided just to go with the RTF output, since that will be the most easily integrated with the report we're working on.&amp;nbsp; Thanks, I am going to check out that page future reference anyway!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 13:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-and-BOXPLOT-Write-a-CGM-File-but-not-SGPLOT-or-SGPANEL/m-p/411525#M14112</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2017-11-08T13:55:18Z</dc:date>
    </item>
  </channel>
</rss>

