VPOS

Specifies the number of rows
Operating state: GKCL
Default: 1. VPOS=graphics option, if specified; 2. device's default VPOS value

Syntax

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

Required Argument

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

Return Codes

This function returns:

Details

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;