Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
To complete tasks in this section, you should download and install the ODS Graphics Editor. Installation information can be found in the SAS/GRAPH ODS Graphics Editor: User's Guide. You need to request editable graphs, and then invoke the ODS Graphics Editor. To use the ODS Graphics Editor, the LISTING destination must be active, and you should be in the SAS windowing environment. There are three ways to request editable graphs:
Submit the following statement:
ods listing sge=on;
This enables the creation of editable graphs within a session.
Select the Results window. On the command line, enter:
sgedit on
Set a default in the SAS Registry. For more information, see Rodriguez (2009).