Chapter Contents

Previous

Next
HPOS

HPOS



Specifies the number of columns

Operating States: GKCL
Return Codes: 0, 1, 90, 307
Default Value: 1. HPOS= graphics option, if specified; 2. device's default HPOS setting


Syntax
Description
Argument Definitions
See Also


Syntax

return-code-variable=GSET('HPOS', hpos);


Description

The GSET('HPOS', . . . ) function sets the number of columns in the graphics output area. GSET('HPOS', . . . ) has the same effect as the HPOS= graphics option. See HPOS for more information. You can reset the HPOS value by submitting one of the following statements:

goptions reset=goptions;
goptions reset=all;

goptions hpos=0;


Argument Definitions

hpos numeric constant or numeric variable name; specifies the number of horizontal columns; must be greater than 0.

See Also

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


Chapter Contents

Previous

Next

Top of Page

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