Chapter Contents |
Previous |
Next |
Data Set Data Model: _fetchRow |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_fetchRow', row<, eod>); |
Argument | Type | Description |
---|---|---|
row |
N | specifies the relative row number to be read. This row becomes the current row. |
eod |
N | returns whether the end of the data has been reached |
1 end of data has been reached | ||
0 more records are to be read |
Details |
Note: You do not have to use _fetchRow to read a row if you are
using a data form or a data table. Instead, use _getColumnAttribute, _getColumnText,
or _getColumnValue.
You cannot call the _fetchRow method until after initial viewer display or until a row has been read in, for example with _lockRow.
The _fetchRow method sets SYSRC for error, note, and warning conditions.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.