Chapter Contents |
Previous |
Next |
Data Set Data Model: _getRowNumber |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_getRowNumber', row<, rel-row>); |
Argument | Type | Description |
---|---|---|
row |
N | returns the absolute row number for the current row, or the relative
row number of rel-row, if specified. It returns
-1 if the absolute row
number is not available or there is no current row. |
rel-row |
N | specifies the relative row number for which the absolute row number is returned. Note that specifying rel-row changes the current row to the row referenced by rel-row. |
Details |
You cannot call the _getRowNumber method until after initial viewer display or a row has been read in, for example with _lockRow.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.