Previous Page | Next Page

The GREPLAY Procedure

DEVICE Statement


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


Syntax

DEVICE device-name;

Required Arguments

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

Previous Page | Next Page | Top of Page