-fdcheck / -nofdcheck

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

Note:

Rocket® Enterprise Suite products provide a proprietary run-time engine to enable compatibility for customers’ IBM® CICS® applications. IBM and CICS are registered trademarks of International Business Machines Corp. Rocket Enterprise Suite products do not include an IBM CICS engine and are not affiliated with IBM. Further information can be found here.

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.