Chapter Contents

Previous

Next
Data Set Model: _copyRow

Data Set Model: _copyRow



Copies the current row


Syntax
Details

Syntax

CALL SEND (object-id, '_copyRow'<, nrows>);

Argument Type Description
nrows
N specifies the number of copies to make of the current row. The default is 1.


Details

If you modify the current row in the table, you must use the _updateRow method before calling the _copyRow method.

The _copyRow method is not valid when you browse a table or when the NOADD option is specified in the _setDataset method. The newly copied row is immediately added to the table, and it becomes the current row. If you copy multiple rows simultaneously, the last row copied becomes the current row if the engine supports this behavior..

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