<?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: SGE edit program in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126986#M4954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be good to know what kind of editing the consumer wants to do?&amp;nbsp; The SGE file is editable by the ODS Graphics Editor and anyone can obtain &lt;A href="http://support.sas.com/documentation/cdl/en/grstateditug/61951/HTML/default/viewer.htm#p0tk4txxxmi9qkn1rf5dr37he9ri.htm"&gt;ODSG Editor from the SAS download page&lt;/A&gt; for installation on PC and Linux without a SAS license.&amp;nbsp; Can your consumer not install this?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, is it that you want a metafile output format like PDF or EMF that can be edited by external (non-SAS) editors?&amp;nbsp; If yes, you will need SAS 9.3 to create output in such formats.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2012 23:43:00 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2012-05-25T23:43:00Z</dc:date>
    <item>
      <title>SGE edit program</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126980#M4948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can an SGE file be editied by any program other than the "SAS Graphics Editor"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 17:23:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126980#M4948</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2012-05-25T17:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: SGE edit program</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126981#M4949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. An SGE file is a specialized format that can only be edited by the ODS Graphics Editor. The file contains information for editing a "live" graph, as opposed to an image that can be edited in an image editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 17:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126981#M4949</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-05-25T17:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: SGE edit program</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126982#M4950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it was not designed to be edited by other applications.&lt;/P&gt;&lt;P&gt;May we know why you'd like to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt; -Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 17:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126982#M4950</guid>
      <dc:creator>PrashantH_sas</dc:creator>
      <dc:date>2012-05-25T17:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: SGE edit program</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126983#M4951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ask because I need to create a file using GTL that is editable.&amp;nbsp; It seems the consumer cannot use the "SAS Graphics Editor".&amp;nbsp; Is there another file format that I can create with ODS GRAPHICS that is editable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 17:40:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126983#M4951</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2012-05-25T17:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: SGE edit program</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126984#M4952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With SAS 9.3, SAS Graphics Editor is part of BASE SAS.&lt;/P&gt;&lt;P&gt;If your consumer does not have any access to SAS, your options will be to generate an image and use image editors, or, generate SVG output (available in SAS 9.3) and use SVG-based editors.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;ods graphics / outputfmt=svg;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;your code&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;-Prashant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 21:39:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126984#M4952</guid>
      <dc:creator>PrashantH_sas</dc:creator>
      <dc:date>2012-05-25T21:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: SGE edit program</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126985#M4953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried different IMAGEFMT options PNG, GIF, JPEG, WMF, TIFF, PDF, PS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not produce a WMF and the PS AND PDF formats did not provide the desried result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm use SAS 9.2 on UNIX.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 22:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126985#M4953</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2012-05-25T22:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: SGE edit program</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126986#M4954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be good to know what kind of editing the consumer wants to do?&amp;nbsp; The SGE file is editable by the ODS Graphics Editor and anyone can obtain &lt;A href="http://support.sas.com/documentation/cdl/en/grstateditug/61951/HTML/default/viewer.htm#p0tk4txxxmi9qkn1rf5dr37he9ri.htm"&gt;ODSG Editor from the SAS download page&lt;/A&gt; for installation on PC and Linux without a SAS license.&amp;nbsp; Can your consumer not install this?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, is it that you want a metafile output format like PDF or EMF that can be edited by external (non-SAS) editors?&amp;nbsp; If yes, you will need SAS 9.3 to create output in such formats.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 23:43:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGE-edit-program/m-p/126986#M4954</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-05-25T23:43:00Z</dc:date>
    </item>
  </channel>
</rss>

