You can use the ODS GRAPHICS statement options to control
many aspects of your graphics. The ODS GRAPHICS statement is a global
statement that can be used anywhere in your program. The settings
that you specify remain in effect for all graphics until you change
or reset these settings with another ODS GRAPHICS statement.
As shown in A Typical Program, the ODS GRAPHICS statement is used at the beginning and
end of the program to modify the size of the graph. The beginning
statement
specifies the size. The end statement
set all options back to their defaults.