|
Level Break processing and Last Record processing is not the same as If *INLR = *ON That's why CLR Works, but IF *INLR = *ON Does not work. You could do this: CLR DO CL0 Add 1 X CL0 MOVE A B CL0 ENDDO That way the LR indicator is only tested once but you get the functional equivalent of: CLR Add 1 X CLR MOVE A B -Bob Cozzi www.RPGxTools.com RPG xTools - Enjoy programming again. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Lance Gillespie Sent: Thursday, November 03, 2005 5:43 PM To: rpg400-l@xxxxxxxxxxxx Subject: rpg free and input primary I wrote a quick program that summarized some records and wrote the subtotals out. F-specs thus: fdetail ip e disk fsummary o e disk I used input primary because that is what it is for and I used rpgfree just because. Everything works fine except for the last write at lr. This does nothing: if *inlr; write SummRec; endif; This works fine: /end-free clr write SummRec clr return Any comments? (Except the "The cycle scares me!" ones ;) TIA
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.