ODS Destination Statement Options Affecting ODS Graphics

Each ODS destination has options that govern aspects of your ODS Graphics output. The following table shows the options for the most commonly used destinations.
ODS Destination Options that Affect ODS Graphics
ODS Destination
Options for ODS Graphics
Description
LISTING
Creates a stand-alone image. The default image format is PNG.
GPATH="directory-spec"
Indicates the directory where images are created. The default is the current working directory.
IMAGE_DPI=number
Specifies the image resolution in dots per inch for output images. IMAGE_DPI=100 is the default.
STYLE= style-definition
Specifies the style to use. STYLE=LISTING is the default.
SGE= OFF | ON
SGE=ON enables creation of corresponding SGE file(s), which can be edited with the ODS Graphics Editor. The SGE file(s) have the same name as the image file(s). SGE=OFF is the default.
PDF
Creates embedded image(s) in a PDF document. The default image format is PNG.
DPI=number
Specifies the image resolution in dots per inch for output images. DPI=200 is the default.
STYLE= style-definition
Specifies the style to use. STYLE=PRINTER is the default.
RTF
Creates embedded image(s) in RTF document. The default image format is PNG.
IMAGE_DPI=number
Specifies the image resolution in dots per inch for output images. IMAGE_DPI=100 is the default.
STYLE= style-definition
Specifies the style to use. STYLE=RTF is the default.
HTML
Creates stand-alone image(s) and the HTML page. Image(s) are referenced in the HTML page. The default image format is PNG.
GPATH="directory-spec"
Indicates the directory where images are created. If not specified, the PATH= "directory-spec" is used.
IMAGE_DPI=number
Specifies the image resolution in dots per inch for output images. IMAGE_DPI=100 is the default.
STYLE= style-definition
Specifies the style to use. STYLE=DEFAULT is the default.