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: