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



On 2011/4/12 5:54 PM, sjl wrote:
...
Other than hitting the RPG/400 compiler limits on the number of arrays,
tables, and files (which necessitates converting the program to RPGIV in
order for it to compile successfully), she wants me to present five
compelling reasons to justify the use of RPGIV, particularly free-form RPGIV
code.
...

I don't think anyone has mentioned the benefits of prototyped parameters yet. I have found this to be a compelling argument, since pretty much every RPG/400 programmer has suffered through nasty debugging sessions due to parameter-mismatch.

The ability to call using prototypes can reduce the errors caused by coding calls incorrectly. One of the most common sources of difficult-to-debug errors comes from a mismatch in parameters between a program and its caller. Using the same prototype for both the *ENTRY parameters of the program and for making the call to the program can eliminate this problem. An additional benefit is that in some cases, the parameters as passed do not have to match exactly, saving the declaration of many temporary variables required for passing parameters.

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.