DEVICE

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

Syntax

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

Required Argument

device
character string enclosed in quotation marks or character variable name; the name of the driver that 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.

Return Codes

This function returns:

Details

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