Chapter Contents

Previous

Next
VPOS

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

GASK('VPOS', . . . ) routine
GSET('HPOS', . . . ) function
GSET('VSIZE', . . . ) function
VPOS= graphics option (see VPOS)


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.