Chapter Contents

Previous

Next
Data Set Data Model: _gotoAbsoluteRow

Data Set Data Model: _gotoAbsoluteRow



Goes to the specified row


Syntax
Details

Syntax

CALL SEND (object-id, '_gotoAbsoluteRow', row-num);

Argument Type Description
row-num
C specifies the row number to display. If the row-num value is greater than the number of rows in the table, the last row in the table is displayed.


Details

The _gotoAbsoluteRow method returns an error when the access engine used to read the table does not support access by absolute row number or when a permanent or temporary WHERE clause is in effect.

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