|
Please don't ask WHY I need to do this. I just need to know if it is29.9, and
possible. I have a packed field named WORK299 that is defined as
another packed field named #CYRP that is defined as 2.0.field
I know that I can use traditional RPG like this:
C Z-ADD WORK299 #CYRP
and I will get the 2 least significant digits of WORK299 into the
#CYRP (it will truncate the leading digits of WORK299).digits) in
Is it possible to achieve a similar result (truncation of leading
free-form RPGIV?WORK299
When I tried:
#CYRP = %DECH(WORK299 : 2 : 0)
This statement works if the value of WORK299 is 99 or lower, but if
contains a value greater than 99, I get MCH1210 - 'Receiver value toosmall
to hold result'.
Thanks,
sjl
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.