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;