You can change the device,
and therefore the format of your graphics output, by changing the
device driver that SAS uses. You can specify a device in the OPTIONS
statement, the
SAS/GRAPH
GOPTIONS statement, or the ODS destination statement.
For example, to use
the GOPTIONS statement to change the device, submit this code:
goptions device=device-entry;
Devices that you might
specify include PNG, GIF, JPEG, SVG, ACTIVEX, ACTXIMG, JAVA, JAVAIMG,
and many others. For all open destinations,
SAS/GRAPH attempts to use the device that you specify. If the
device that you specify is not valid for an open destination,
SAS/GRAPH switches to the default
device for that destination.