| DATA Step Graphics Interface Dictionary |
| Operating States: | All |
| Return Codes: | 0 |
| Syntax | |
| Description | |
| Argument Definitions | |
| See Also |
| Syntax |
CALL GASK('VSIZE', vsize, return-code-variable);
| Description |
The GASK('VSIZE', . . . ) routine returns the current vertical dimension, in inches, of the graphics output area. GASK('VSIZE', . . . ) searches for the current vertical dimension in the following order:
| Argument Definitions |
| vsize |
numeric variable name; returns the size of the graphics output area in the y dimension (in inches). |
| return-code-variable |
numeric variable name; returns the return code of the routine call. |
| See Also |
|
VSIZE= graphics option (see VSIZE) |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.