Previous Page | Next Page

DATA Step Graphics Interface Dictionary

VPOS



Specifies the number of rows
Operating States: GKCL
Return Codes: 0, 1, 90, 307
Default Values: 1. VPOS=graphics option, if specified; 2. device's default VPOS value

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('VPOS', vpos);


Description

The GSET('VPOS', . . . ) function sets the number of rows in the graphics output area. GSET('VPOS', . . . ) has the same effect on graphics output as the VPOS= graphics option.

You can reset the VPOS value by submitting one of the following statements:

goptions reset=goptions;
goptions reset=all;

goptions vpos=0;


Argument Definitions

vpos

numeric constant or numeric variable name; specifies the number of rows in the graphics output area; must be greater than 0.


See Also

VPOS

HPOS

VSIZE

VPOS= graphics option (see VPOS)

Previous Page | Next Page | Top of Page