|
From the RPGIV manual: "... With an externally described file that has a key in descending order, *HIVAL positions the file so that the first read operation retrieves the first record in the file (the record with the highest key), and *LOVAL positions the file so that a READP operation retrieves the last record in the file (the record with the lowest key). ..." http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/c092508430 htm#HDRZZSETLL We haven't seen the file description, but perhaps this is the programmers solution for finding the last record in the file? --------------------------------- Booth Martin http://www.martinvt.com --------------------------------- -------Original Message------- From: RPG programming on the AS400 / iSeries Date: 08/15/05 02:06:25 To: RPG programming on the AS400 / iSeries Subject: RE: Readp statement wait indefinitely How can that ever do anything other than wait for a record to be inserted? You are setting the pointer at the first record in the file then asking it to read the one before that which cannot at that time exist! Or am I not understanding this? Steve -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Nanda Kishore Nemani Sent: 15 August 2005 02:11 To: rpg400-l@xxxxxxxxxxxx Subject: Readp statement wait indefinitely Hi All, I need some assistance in understanding the concept of how ReadP statment works. I see the following set of statments in one of our RPGLE programs: *Loval SetLL File1 ReadP(E) File1 The above ReadP statement is simply waiting for infinite time till a record is inserted into File1. I expected a BOF or EOF condition. I would like to know on what conditions a ReadP statement waits for a record to be inserted and in what condition just returns "No Record Found" condition. Please help me in understanding this concepts. TIA, Nanda __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. .
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.