DATA Step Graphics Interface Dictionary |
Associates a window with a transformation number
Operating States: |
GKOP, SGOP, WSAC, WSOP
|
Return Codes: |
0, 8, 50, 51
|
Default Values: |
llx=0, lly=0; urx and ury are device
dependent
|
return-code-variable=GSET
('WINDOW', n, llx, lly, urx, ury);
The GSET('WINDOW', . . . ) function defines
a window and associates it with a transformation number. See the TRANSNO for information on
how to activate a window. See the VIEWPORT for information on how to define a viewport for a
window.
n |
numeric constant or numeric variable
name; specifies the transformation number of the window. Valid values are
1 to 20, inclusive. |
llx |
numeric constant or numeric variable
name; defines the x component of the lower-left
corner of the window; must not exceed the value of urx.
Units are based on percent of the active viewport. |
lly |
numeric constant or numeric variable
name; defines the y component of the lower-left
corner of the window; must not exceed the value of ury.
Units are based on percent of the active viewport. |
urx |
numeric constant or numeric variable
name; defines the x component of the upper-right
corner of the window. Units are based on percent of the active viewport. |
ury |
numeric constant or numeric variable
name; defines the y component of the upper-right
corner of the window. Units are based on percent of the active viewport. |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.