ODS GRAPHICS Statement Options

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 as illustrated in line 2 in Typical SAS Program specifies the size. The end statement as illustrated in line 11 in Typical SAS Program set all options back to their defaults.