DATA Step Graphics Interface Dictionary |
Finds the vertical dimension of the graphics output area
Operating States: |
All
|
Return Codes: |
0
|
CALL GASK('VSIZE', vsize,
return-code-variable);
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:
-
the value selected in the GSET('VSIZE', . . .
) function
-
the value of the VSIZE= graphics option
-
the device's default VSIZE found in the device
entry.
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. |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.