|
If I
All of the RPG generated names currently start with Q and a component
identifier (such as MH for message handler). It may surprise you, but
there are IBM standards in naming conventions to try and make sure IBM
generated names do not collide with names that a customer might use.
recall correctly the name space A to I (might be J) is IBMs with aspecial
exemption of Q for System i (and S/38 before that). As unlikely as itmay
seem, generating a name RCVM0200 might have collided with a uservariable
name in your program. By always prefixing the names with a Q weavoided
name space collisions.be
You may notice that the names also avoid the use of vowels. This is
avoid generating "interesting" "nasty" words :) I'm sure if I lookedat
the code I could also pull out a few other things we're doing, butthis is
what comes immediately to mind.into
The naming that is currently in use really did have some thought put
it :) The generated names aren't "great", but hopefully they do ahalf
decent job. For truely poor naming check out the OPM RPG names -- try
name uniqueness in 6 characters or less!
Bruce Vining
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.