|
I will try your method Henrik. Thanks for the note.
Aaron Bartell
http://mowyourlawn.com
http://mowyourlawn.com/blog/
On Thu, Jul 29, 2010 at 1:10 AM,<hr@xxxxxxxxxxxx> wrote:
This is a well known distribution problem.
When you compile a program the hexadecimal values of characters
in the module is the value according to the source file CCSID.
If you have other sourcefiles with a different CCSID the hex
value will be different in the main program and because programs
communicates in hex this will never work.
To avoid this problem, the easy way is:
When you install, create new empty sourcefiles with the system
CCSID. Then copy the delivered sourcefiles to the new empty
sourcefiles (this will translate hex values) and recompile the
delivered service programs. The hex value will now be the same
in the service program that they will be in the main programs.
Henrik
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.