REPOSITION-BACKWARD( ) method

Moves a query object's result list pointer back a particular number of rows.

Return type: LOGICAL

Applies to: Query object handle

Syntax

REPOSITION-BACKWARD ( n )
n
An integer expression representing the number of rows.

REPOSITION-BACKWARD( ) always places the cursor between rows. For example:

Note: The REPOSITION-BACKWARD method corresponds to the REPOSITION statement BACKWARDS option.