Chapter Contents |
Previous |
Next |
Data Set Model: _updateRow |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_updateRow'); |
Details |
To use the _updateRow method, you must be in edit mode. 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.
When you move off the current row, the _updateRow method is not automatically called to update the table. The following methods in this class change the current row:
Therefore, if you modify the current row, you must use the _updateRow method to save the modifications to the table before you call one of the methods listed above.
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.