|
He should check for the *in03 after the exfmt and not at the top of the loop. The loop would better be expressed as DOW 0=0, and then exit (leave) on *in03. The way it is if he uses the f3 key the logic continues to the bottom of the loop and then to the top where it exits. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Raby, Steve Sent: Friday, August 18, 2006 9:03 AM To: RPG programming on the AS400 / iSeries Subject: RE: while exit from the dsply fiel its adding a blank record with 0' I am sorry but it doesnt matter whether it is a DOW or DOU the logic of the program MUST go from the screen and through the steps to the end of the loop, so it will ALWAYS write a record to that file no matter what you do. Or am I missing something? Steve -----Oorspronkelijk bericht----- Van: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]Namens Wayne McAlpine Verzonden: vrijdag 18 augustus 2006 15:00 Aan: rpg400-l@xxxxxxxxxxxx Onderwerp: Re: while exit from the dsply fiel its adding a blank record with 0' The DOU loop checks at the end, so it is always executed at least once. Jeff Crosby wrote:
Shiva - I'm NOT going to give you the technical answer, but anyone who has had the CS101 course (basic programming logic) has surely been taught that a DO WHILE loop (RPG/400's DOW operation) doesn't check the looping condition until it reaches the END of the loop (RPG/400's ENDDO operation).I think that's incorrect. Doesn't the DOW check at the start of the loop and the DOU check at the end?
-- 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.