Chapter Contents |
Previous |
Next |
Data Set Model: _unlockRow |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_unlockRow'); |
Details |
If you modify the current row in the table, you must use the _updateRow method before calling the _unlockRow method.
The _unlockRow method uses the last Data Set Data Vector. You cannot call the _unlockRow method until you pass a Data Set Data Vector instance to another method of this object, such as the _getRow method.
The _unlockRow method sets SYSRC for error, note, and warning conditions.
Once the _unlockRow method executes, there is no longer a current row. This is useful in edit mode because a read record is locked.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.