-fdasfb / -nofdasfb

On UNIX platforms only, determines how Float Decimal data is internally coded.

This option produces much faster code but loses precision in the least significant digits of arithmetic results.

See Float Decimal Support for more information.

Syntax

-fdasfb
-nofdasfb

Behavior

-fdasfb
Causes Float Decimal data to be internally coded as Float Binary.
-nofdasfb
Causes Float Decimal data to be internally coded as Binary Coded Decimal.

Default

-fdasfb