|
Just for grins... try this...
CLR DO
/free
// blah, blah, blah
/end-free
CLR ENDDO
And see if it compiles and runs correctly.
-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-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.