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