Previous Page | Next Page

DATA Step Graphics Interface Dictionary

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

HPOS

HSIZE

VPOS

HPOS= graphics option (see HPOS)

Previous Page | Next Page | Top of Page