Previous Page | Next Page

DATA Step Graphics Interface Dictionary

HSIZE



Specifies the horizontal dimension of the graphics output area
Operating States: GKCL
Return Codes: 0, 1, 90, 307
Default Value: 1. HSIZE= graphics option, if specified; 2. HSIZE device parameter

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('HSIZE', hsize);


Description

The GSET('HSIZE', . . . ) function sets the horizontal dimension, in inches, of the graphics output area. GSET('HSIZE', . . . ) affects the dimensions of the default window. You can reset the HSIZE value by submitting one of the following statements:

goptions reset=goptions;
goptions reset=all;

goptions hsize=0;


Argument Definitions

hsize

numeric constant or numeric variable name; specifies the horizontal dimension, in inches, of the graphics output area; must be greater than 0.


See Also

HSIZE

HPOS

VSIZE

HSIZE= graphics option (see HSIZE)

Previous Page | Next Page | Top of Page