You can enable the creation of editable graphs within a SAS session by submitting one of the following statements:
ods listing sge=on; ods html sge=on;
You can disable the creation of editable graphs by submitting one of the following statements:
ods listing sge=off; ods html sge=off;
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
on the command line.
Select
.In the On to enable the creation of editable graphs or type Off to disable it.
field, click to open the Edit String Value window, and typeClick
.