|
From: Paul Raulerson
Well, if you insist:
If you initially created the cursor with a "position to" (in SQL terms, aWHERE clause such as WHERE NAME >= "G"), and then immediately try to roll
back >(to get the last page of names starting with "F") you cannot use the
RELATIVE technique.
certainly
If your cursor contains ALL the records in the file, then you can
roll through them, but typically the user wants to position to a starting
key value, which requires the WHERE clause above (which corresponds to aSETLL in RPG). Once you've done that, there's no way to use that cursor
to
get >previous records.
Joe
Then again, I would
probably just use files to do this on the 400. <shrug>
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.