|
Not part of the problem, but... it should be noted that passing a 32k
field by VALUE will not perform well. You might consider changing that
to 'CONST'.
So, workBuffer is 32767 bytes long... it'll assign the 89 bytes from
inputLength, and then fill the remainder of the 32k with blanks -- not
good, since you haven't allocated the remainder of the field!
Hope that makes sense.
The solution is this:
%subst(workbuffer:1:inputLength) = %trim(input);
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.