EGL Reference Guide for iSeries
noRecordFound is set in these conditions:
- For an indexed record, no record is found that matches the key specified
in a get statement.
- For EGL-generated Java, your code issues a get next or get
previous statement for an indexed record when the VSAM file is empty or
uninitialized.
- For a relative record, no record is found that matches the record ID
specified in a get statement. Alternatively, a get
next statement tries to access a record that is beyond the end of the
file.
- For a SQL record, no row is found that matches the specified SELECT
statement; or a get next statement occurs when no selected rows
are left to review.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.