DATA Step Graphics Interface Dictionary |
Finds the number of the transformation to be used
Operating States: |
GKOP, SGOP, WSAC, WSOP
|
Return Codes: |
0, 8
|
CALL GASK('TRANSNO', n,
return-code-variable);
The GASK('TRANSNO', . . . ) routine returns
the current transformation. If a transformation has not been previously selected
with the GSET('TRANSNO', . . . ) function, GASK('TRANSNO', . . . ) returns
the number of the default transformation, 0.
n |
numeric variable name; returns the
number of the current transformation. |
return-code-variable |
numeric variable name; returns the
return code of the routine call. |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.