Previous Page | Next Page

DATA Step Graphics Interface Dictionary

TRANSNO



Specifies the number of the transformation to be used
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, or the window you have defined for the specified transformation number, or both. 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, or the window to activate, or both. Should correspond to the n used in the GSET('VIEWPORT', . . . ) or GSET('WINDOW', . . . ) functions, or both. Valid values are 0 to 20, inclusive.


See Also

TRANS

TRANSNO

VIEWPORT

WINDOW

VIEWPORT

WINDOW

Previous Page | Next Page | Top of Page