|
recently I had to lock various message queues in a way that did notName each data area exactly the same as the each message queue it represents; use a text description for each data area something like TEXT('Logical lock for XXXXXXXXXX *MSGQ')
interfere with the operation of the message queue. I used data areas for
this purpose. What name to assign to these dtaaras? Ideally, the name would
have been the name of the message queue with the word "lock" concatenated to
the end. Could not do that because of the 10 char name limit. This sort of
scenario comes up quite frequently, where you want the object name to be a
readable extenstion of a core object.
another example is the job scheduler. long readable names would be greatThe ADDJOBSCDE command supports a TEXT description. From the WRKJOBSCDE panel, press F11 twice to see text descriptions displayed next to the names on the work-with list.
there. All the billing end of day jobs could have meaningful names that
describe not only what what the job does, but how it relates to other
jobs running on the system.
I dont see why long object names would have to break any existing apps. doEven Windows XP still suffers from confusion where sometimes it wants to use short names, e.g.: "PROGRA~1" :-o
what windows95 did. have two names for an object. a short, legacy name. and
a long readable one. When a long name is given, the system automatically
assigns a unique short name.
As an Amazon Associate we earn from qualifying purchases.
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.