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