Disabling and Enabling Image Output

The NOIMAGEPRINT graphics option disables image output without removing code from your SAS/GRAPH program. Also, some ODS styles (such as Gears) include background images, but not all devices support these images. You can suppress the images with the NOIMAGEPRINT option.
goptions noimageprint;
To enable image output, reset the GOPTIONS statement or specify the IMAGEPRINT graphics option.
goptions imageprint;