Previous Page | Next Page

DATA Step Graphics Interface Dictionary

DEVICE



Specifies the output graphics device
Operating States: GKCL
Return Codes: 0, 1
Default Value: 1. DEVICE= graphics option, if specified; 2. value entered in DEVICE prompt window; 3. value entered in OPTIONS window

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('DEVICE', device);


Description

The GSET('DEVICE', . . . ) function selects the device driver.


Argument Definitions

device

character string enclosed in quotation marks or character variable name; the name of the driver you are using. Device must match one of the device entries in the SASHELP.DEVICES catalog or one of your personal device catalogs, GDEVICE0.DEVICES through GDEVICE9.DEVICES. Refer to Device Catalogs for more information about catalogs that store device entries.


See Also

DEVICE= graphics option (see DEVICE)

DEVICE

Previous Page | Next Page | Top of Page