×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Booth Martin wrote:
There is a debit field and a credit field in the record layout.
The requirement is to print a third column which is a running
total. In RPG it would be
runtotal = runtotal + debit - credit
I want to do this with query but can't figure it out.
Any suggestions?
The Query/400 feature offers only its /summary functions/
accumulators. There are no other accumulators [e.g. running totals]
supported in WRKQRY; i.e. the value of prior row(s) is not tracked,
except for effecting the summaries for the /report breaks/. The
Query/38 feature [DSNQRYAPP] however, does offer running totals;
effectively the same question & response here:
http://groups.google.com/group/comp.sys.ibm.as400.misc/msg/adb4a604bf0e8090
http://groups.google.com/group/comp.sys.ibm.as400.misc/msg/68968581704fddf9
http://groups.google.com/group/comp.sys.ibm.as400.misc/msg/b1c58664829301ab
Regards, Chuck
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.