Chapter Contents |
Previous |
Next |
Data Set Data Model: _repeatFindRow |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (object-id, '_repeatFindRow'<, startrow>); |
Argument | Type | Description |
---|---|---|
startrow |
N | specifies the row to start searching from, including a search of that
row. The startrow argument returns the next matching row or
-1 if no match. By default, if no start-row is defined,
the search begins with the current row plus 1. |
Details |
By default, if no start-row is defined, the search begins with the current row plus 1.
If the end of the table is reached without a match, the last row of the table becomes the current row. If the last _findRow or _repeatFindRow reached the end without a match, the search begins at the beginning of the table.
The _repeatFindRow method uses the find request specified by the last _findRow method call.
For an example of using _repeatFindRow, see _findRow.
See Also |
_findRow
Note: The
_repeatFindRow method cannot be called from the model's SCL
entry.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.