(no title)
marmarama | 5 days ago
IEEE 754-2008 defines decimal floating point arithmetic that is compatible with COBOL and is usually implemented using the Intel Decimal Floating Point Math Library on commodity hardware.
For a typical core banking ledger application, the performance cost of a software implementation of DFP (vs. having DFP hardware instructions) is pretty low, and greatly outweighed by the benefits of being able to use commodity hardware and more maintainable languages.
Merrill|5 days ago
If a change of platform is the real objective, why not compile the COBOL for the ARM or Intel server?
throwaway270925|5 days ago