Statistical Graphics Using ODS |
Enabling the Creation of Editable Graphs |
You can enable the creation of editable graphs within a SAS session by submitting the following statement:
ods listing sge=on;
You can disable the creation of editable graphs by submitting the following statement:
ods listing sge=off;
Alternatively, you can enable the creation of editable graphs for the duration of your SAS session by first selecting the Results window and then entering sgedit on in the command line. SAS confirms that the creation of editable graphs is enabled by displaying a message in the bottom left corner of the SAS window. The command must be entered from the Results window. If you enter it from any other window, it is ignored.
You can create a default setting that enables or disables the creation of editable graphs across SAS sessions via the 'ODS Graphics Editor' setting in the SAS Registry. You can change this setting in the SAS windowing environment as follows:
Open the Registry Editor by entering regedit in the command line.
Select SAS_REGISTRY ODS GUI RESULTS.
In the Value Data field, click ODS Graphics Editor to open the Edit String Value window, and type On to enable the creation of editable graphs or type Off to disable it.
Click OK.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.