HPOS

Specifies the number of columns
Operating state: GKCL
Default: 1. HPOS= graphics option, if specified; 2. device's default HPOS setting

Syntax

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

Required Argument

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

Return Codes

This function returns:

Details

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;