SAS Institute. The Power to Know

SAS/GRAPH(R) 9.2: ODS Graphics Editor User's Guide

Enable the Creation of Editable Graphics

You must enable the creation of editable graph output before you can use the ODS Graphics Editor.
To enable graph output to be edited:
  1. In SAS, select Viewthen selectResults to open the Results window.
  2. With the Results window active, enter SGEDIT ON in the command line.
    A message displays at the bottom of the Results window indicating that the ODS Graphics Editor capability has been enabled.
You can now execute a SAS program to create a graph that can be edited. Make sure that the ODS Listing option is on before submitting the SAS code to produce the graph.
You need to perform the above procedure only one time. The editing option remains enabled for future SAS sessions. To turn off the editing option, enter SGEDIT OFF in the command line.