Chapter Contents

Previous

Next
Data Set Model: _setRow

Data Set Model: _setRow



Sets the values in the current row from data vector object


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

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.