Chapter Contents |
Previous |
Next |
TRANSNO |
Operating States: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0, 8, 50 |
Default Value: | 0 |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GSET('TRANSNO', n);
Description |
The GSET('TRANSNO', . . . ) function activates the viewport and/or window you have defined for the specified transformation number. If you have not defined both a viewport and window for a transformation, the default is used for the one missing.
You can select 0 as the active transformation, but you cannot define a viewport or window for that transformation number. A transformation of 0 activates the default viewport, (0,0) to (1,1), and window, which is device dependent.
Argument Definitions |
n | numeric constant or numeric variable name; indicates the viewport and/or window to activate; should correspond to the n used in the GSET('VIEWPORT', . . . ) and/or GSET('WINDOW', . . . ) functions. Valid values are 0 to 20, inclusive. |
See Also |
GASK('TRANS', . . . ) routine | |
GASK('TRANSNO', . . . ) routine | |
GASK('VIEWPORT', . . . ) routine | |
GASK('WINDOW', . . . ) routine | |
GSET('VIEWPORT', . . . ) function | |
GSET('WINDOW', . . . ) function |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.