Chapter Contents |
Previous |
Next |
WINDOW |
Operating States: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0, 8, 50, 51 |
Default Values: | llx=0, lly=0; urx and ury are device dependent |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GSET ('WINDOW', n, llx, lly, urx, ury);
Description |
The GSET('WINDOW', . . . ) function defines a window and associates it with a transformation number. See the GSET('TRANSNO', . . . ) function for information on how to activate a window. See the GSET('VIEWPORT', . . . ) function for information on how to define a viewport for a window.
Argument Definitions |
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. |
See Also |
GASK('TRANS', . . . ) routine | |
GASK('TRANSNO', . . . ) routine | |
GASK('VIEWPORT', . . . ) routine | |
GASK('WINDOW', . . . ) routine | |
GSET('TRANSNO', . . . ) function | |
GSET('VIEWPORT', . . . ) function |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.