Chapter Contents

Previous

Next
Data Set Model: _save

Data Set Model: _save



Saves the table


Syntax
Details

Syntax

CALL SEND (object-id, '_save');


Details

You must be in edit mode to use the _save method. When the table is saved, you no longer have a current row. Methods requiring a current row, such as the _copyRow and _deleteRow methods, fail if a new current row is not established after the save by using the _getRow or _fetchRow method.

The _save 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.