-fdcheck / -nofdcheck

Determines whether to check for a possible loss of digits when assigning or converting a Fixed Decimal.

Syntax

-fdcheck
-nofdcheck

Behavior

-fdcheck
Checks for a possible loss of digits when assigning or converting a Fixed Decimal (p,q) to Fixed Decimal (p1,q1) where (p,q) and (p1,q1) differ.
-nofdcheck
Turns off the check for loss of digits.

Default

-fdcheck

Dependencies

The following compiler options imply -fdcheck:

  • -cics
  • -sql
  • -dli
  • -mvs
  • -ims

To override this for the above-referenced compiler options, set them in combination with -nofdcheck.