Chapter Contents

Previous

Next
Data Set Data Model: _save

Data Set Data Model: _save



Saves the table


Syntax
Details

Syntax

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


Details

If you are using data table, a table editor, or a subclass of the table editor, you no longer have a current row when the table is saved. Methods requiring a current row, such as the _copyRow and _deleteRow methods, will fail if a new current row is not established after the save by using the _getRow or _fetchRow method.

If you are using data form, a form editor, or a subclass of the form editor and you issue _save on an existing row, you remain on that row. Using _save on a new row returns the display to its state prior to the _addRow or _copyRow method calls.

To use this method, you must be in edit mode.

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.