Can an SGE file be editied by any program other than the "SAS Graphics Editor"?
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.
No, it was not designed to be edited by other applications.
May we know why you'd like to do that?
With Regards,
-Prashant
I ask because I need to create a file using GTL that is editable. It seems the consumer cannot use the "SAS Graphics Editor". Is there another file format that I can create with ODS GRAPHICS that is editable.
With SAS 9.3, SAS Graphics Editor is part of BASE SAS.
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.
...
ods listing;
ods graphics / outputfmt=svg;
<your code>
...
With Regards,
-Prashant.
I tried different IMAGEFMT options PNG, GIF, JPEG, WMF, TIFF, PDF, PS
I could not produce a WMF and the PS AND PDF formats did not provide the desried result.
I'm use SAS 9.2 on UNIX.
It would be good to know what kind of editing the consumer wants to do? The SGE file is editable by the ODS Graphics Editor and anyone can obtain ODSG Editor from the SAS download page for installation on PC and Linux without a SAS license. Can your consumer not install this?
Or, is it that you want a metafile output format like PDF or EMF that can be edited by external (non-SAS) editors? If yes, you will need SAS 9.3 to create output in such formats.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.