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?
Thanks.