| DATA Step Graphics Interface Dictionary |
| Operating States: | GKCL |
| Return Codes: | 0, 1, 90, 307 |
| Default Value: | 1. HPOS= graphics option, if specified; 2. device's default HPOS setting |
| Syntax | |
| Description | |
| Argument Definitions | |
| See Also |
| Syntax |
return-code-variable=GSET('HPOS', hpos);
| Description |
The GSET('HPOS', . . . ) function sets the number of columns in the graphics output area. GSET('HPOS', . . . ) has the same effect as the HPOS= graphics option. See HPOS for more information. You can reset the HPOS value by submitting one of the following statements:
goptions reset=goptions; goptions reset=all; goptions hpos=0;
| Argument Definitions |
| hpos |
numeric constant or numeric variable name; specifies the number of horizontal columns; must be greater than 0. |
| See Also |
|
HPOS= graphics option (see HPOS) |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.