Running version V30L10 I have the following problem:
When moving an even number of digits with leftmost digit = 9 to a comp-3 field I get the following result
05 FIELD-FROM PIC S99 VALUE +98.
05 FIELD-TO PIC S99 COMP-3.
MOVE FIELD-FROM TO FIELD-TO.
The result is
22222228
0000000C
This occurs only if I move an even number of digits starting with the digit 9. I tried with different lengths
receiving the same result.
If this is a known bug, is there a patch to the COBOL version V30L10?
Thank you for help.
Toni
When moving an even number of digits with leftmost digit = 9 to a comp-3 field I get the following result
05 FIELD-FROM PIC S99 VALUE +98.
05 FIELD-TO PIC S99 COMP-3.
MOVE FIELD-FROM TO FIELD-TO.
The result is
22222228
0000000C
This occurs only if I move an even number of digits starting with the digit 9. I tried with different lengths
receiving the same result.
If this is a known bug, is there a patch to the COBOL version V30L10?
Thank you for help.
Toni