Chapter Contents |
Previous |
Next |
Data Set Data Model: _setRow |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_setRow', datavector-id); |
Argument | Type | Description |
---|---|---|
datavector-id |
N | specifies the object identifier for an instance of the Data Set Data Vector class that contains the values to set in the row |
Details |
Note: You do not have to use _setRow to set the values for a row
if you are using a data form or a data table. Instead, use _setColumnAttributes,
_setColumnText, or _setColumnValue.
You must follow a _setRow call with an _updateRow to write the row to the table.
Before you call the _setRow method, you should call the _setText or _setValue methods of the Data Set Data Vector class to set the column values to the desired values.
The _setRow 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.