|
This is a multipart message in MIME format. -- [ Picked text/plain from multipart/alternative ] Hans, I understand what you are doing. And I might have understood your example faster with multiple levels after the tag. However my personal opinion is that Jeff's method is more readable. (At least with a single level total). Rob Berendt -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." Benjamin Franklin Hans Boldt <boldt@ca.ibm.com> Sent by: rpg400-l-admin@midrange.com 07/26/2002 02:14 PM Please respond to rpg400-l To: rpg400-l@midrange.com cc: Fax to: Subject: Re: Freeform total calcs Jeff Crosby wrote: > I had my first opportunity today to convert an RPGIV program to freeform > calc specs via CODE. > > Now I have a question. If I have "total time" calcs, is the only way to > do that like this: > > /END-FREE > CLR Exsr EOJRtn > /FREE > > and then put the actual calcs into that subroutine? The RPG reference > alluded to some way to do total calcs but the more I read it, the more I > think this is what it is telling me to do. You can code your total calcs using free-form calcs. The only catch is that you need to code a fixed-form calc to begin your total calcs. The way I'd code the above would be: /END-FREE CL0 total_calcs TAG /FREE if *inlr; Exsr EOJRtn; endif; /END-FREE Cheers! Hans _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l or email: RPG400-L-request@midrange.com 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.