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


  • Subject: Re: Program Generation Level
  • From: Hans Boldt <boldt@xxxxxxxxxx>
  • Date: Wed, 11 Mar 1998 08:46:28 -0500

"What is an acceptable RPG program generation level?"

Someone else already replied that the only acceptable GENLVL is the
default for the command.  I can only comment on RPG III and RPG IV:
RPG III allows a genlvl up to 99.  If your program contains sev 40 diags,
the chances that a program will be created at all are rather low.
Allowing sev 10 or 20 diags may be fine for some errors, but you may
get odd behaviour with others.  I strongly recommend staying with the
default genlvl in RPG III programs.

In ILE RPG IV, we changed the meanings of the severities a bit.   We
realized that the difference between sev 10 and 20 of RPG III was subtle
at best, so any error that got a sev 10 diag in RPG III now gets a sev 20
diag in RPG IV.  Sev 10 in ILE RPG is used for warning messages.
These are things which work fine, but may be bad programming style.
(We don't have many sev 10 diags, but we've always wanted to add
more!)  We also restrict the maximum genlvl to 20.  We no longer allow
program generation when statements are dropped due to error.  Also,
we are a bit more confident that for sev 20 diags, the appropriate error
recovery is coded correctly.  However, I'd still recommend against
changing the default genlvl when compiling RPG IV modules.  By
allowing program creation for certain errors, you are allowing other
unwanted errors to get through as well.  Do you really expect to check
the compile listing on every successful compile?

(BTW, if you want, it is perfectly safe to change the severity of messages
RNF0262 and RNF0263 in ILE RPG IV.  These diags tell you that an
entry is not left- or right-adjusted properly.)

Hans Boldt, ILE RPG Development, IBM Toronto Lab, boldt@ca.ibm.com
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.