|
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. If I
recall correctly the name space A to I (might be J) is IBMs with a special
exemption of Q for System i (and S/38 before that). As unlikely as it may
seem, generating a name RCVM0200 might have collided with a user variable
name in your program. By always prefixing the names with a Q we avoided
name space collisions.
You may notice that the names also avoid the use of vowels. This is be
avoid generating "interesting" "nasty" words :) I'm sure if I looked at
the code I could also pull out a few other things we're doing, but this is
what comes immediately to mind.
The naming that is currently in use really did have some thought put into
it :) The generated names aren't "great", but hopefully they do a half
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.