Author: sergeyken
Posted: Sat Mar 04, 2017 2:58 am (GMT 5.5)
With UFF the decimal point in input will be ignored (with any other garbage).
SORT step will not fail, but the result of MUL operation is still wrong...
_________________
Tyrannosaurus-REXX
Posted: Sat Mar 04, 2017 2:58 am (GMT 5.5)
Quote: |
UFF Unsigned free format. Decimal digits (0-9) are extracted from right to left to form a positive number value. All non-decimal digit values in the field are ignored. A maximum of 31 digits can be provided. When more than 31 digits are found in the field, the leftmost digits will be ignored. |
With UFF the decimal point in input will be ignored (with any other garbage).
SORT step will not fail, but the result of MUL operation is still wrong...
_________________
Tyrannosaurus-REXX