Chapter Contents |
Previous |
Next |
Data Set Data Model: _updateRow |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_updateRow'); |
Details |
Note: You do not have to use _updateRow to update a row if you
are using a data form or a data table. Instead, use _getColumnAttribute, _getColumnText,
or _getColumnValue.
The _updateRow method writes the current row values (passed to the _setRow method) to the data set. You should call the _updateRow method after a call to the _setRow method. To use the _updateRow method, you must be in edit mode.
The _updateRow 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.