GREPLAY Procedure

DEVICE Statement

Specifies the device driver.
Requirement: You must specify a device driver that your graphics device can support, and is available to your SAS session.

Syntax

DEVICE device-name;

Required Argument

device-name
specifies the device driver to use when you replay graphics output. The device driver that you specify becomes the current device. It is used for subsequent replays and the output of other graphics procedures.. This device driver remains in effect until you change the device driver.
Alias:DEV