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 by using 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
.Click On to enable the creation of editable graphs or Off to disable it.
to open the Edit String Value window. In the field, typeClick
.