Chapter Contents

Previous

Next
DEVICE

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 will be 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 About Device Catalogs for more information about catalogs that store device entries.

See Also

DEVICE= graphics option (see DEVICE)
GASK('DEVICE', . . . ) routine


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.