|
Francis wrote: According to the manual at > http://publib.boulder.ibm.com/iseries/v5r1/ic2924/books/c0925083591.htm#HDRB BSTAT >"%STATUS returns the most recent value set for the program or file status. %STATUS is set whenever the program status or any file status changes, usually when an error occurs." >Which means that you only should check %STATUS when %ERROR = '1'. But shouldn't the status (which indicated EOF) change when I 'ReadP' from the end of file? (I now have to 'Read' a record to be at EOF') Tim Kredlo Exterior Wood -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Tim Kredlo Sent: Tuesday, August 31, 2004 5:49 PM To: RPG400-L@xxxxxxxxxxxx Subject: File status List, I am having a problem understanding %Status for a file. The test file (IPXB00) has 3 records (keyed by seq#s 1, 2, and 3) and 1 record format (IPXB00R). After having read record #3, debugging shows that %Status for the file is '11', as I expected . Debugging also shows that I have retrieved rec# 3. My mental image of where the file pointer (^) is: Record 1 : Record 2 : Record 3: (^) The program then executes the following statement: ReadP(EN) IpXB00R IpXB00I; Debugging shows that I have re-retrieved rec# 3, as I expected. My mental image of where the file pointer (^) should be is: Record 1 : Record 2 :(^) Record 3: At this point I would have thought that the %Status would no longer = '11' (indicating EOF), but debugging (1 line at a time) shows that it is still '11'. I'm confused and any enlightenment would be greatly appreciated. TIA Tim Kredlo Exterior Wood, Inc -- 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.