|
David, thanks for the reply! It seems to me that you can't get much more centralized than just using the XLATE opcode. What problems with the code page? Do not the letters A-Z & a-z all translate the same way regardless of code page? And if not, XLATE can't handle that but an API can? Scary thought. If you need a procedure to correct problems associated with code pages, don't you still have a problem with constants defined in the application? I know you were just using the code page as an example, but I'm hard pressed to think of another example where a straight "upper" or "lower" procedure would offer more flexibility over XLATE. It just seems to me that you're trying to fix a problem before one actually exists. Dan Bale IT - AS/400 Handleman Company 248-362-4400 Ext. 4952 -------------------------- Original Message -------------------------- Dan, Just ease of use (it can be used in an expression) and the code is centralized. That way when you do find you have a problem (like code page) you have one place to fix it. Say for example someone like Bruce Vining posts information about a really neat API that does this better than xlate. I do wrap that procedure into others that do more meaningful things like upper, lower, etc. What you actually get is something like: C eval field = upper(field1) + ' ' + upper(field2)... David Morris >>> D.BALE@handleman.com 12/19/00 09:54AM >>> David, Does your procedure provide any additional function over and above the standard XLATE opcode? C $LC:$UC XLATESTR1 STR2 (RPG-III) C $LC:$UC XLATE STR1 STR2 (RPG-IV) Dan Bale IT - AS/400 Handleman Company 248-362-4400 Ext. 4952 +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-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 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.