Previous Page | Next Page

DATA Step Graphics Interface Dictionary

VSIZE



Finds the vertical dimension of the graphics output area
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:

  1. the value selected in the GSET('VSIZE', . . . ) function

  2. the value of the VSIZE= graphics option

  3. the device's default VSIZE found in the device entry.


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

HSIZE

VPOS

VSIZE

VSIZE= graphics option (see VSIZE)

Previous Page | Next Page | Top of Page