-fdmaxp

Specifies the maximum FIXED DECIMAL precision.

Syntax

{-fdmaxp|-fixed_dec_max_p} {15|18|31|"15,31"}

Parameters

15
Maximum fixed decimal precision is 15, which is the z/OS default.
18
Maximum fixed decimal precision is 18.
31
Maximum fixed decimal precision is 31.
15,31
Arithmetic operations with fixed decimal operands with precision <= 15 produce a result with a maximum precision of 15. Arithmetic operations with fixed decimal operands with precision >15 and precision <= 31 produce a result with a maximum precision of 31.

Default

Enterprise Developer release 2.1 and earlier:

-fdmaxp 18

Enterprise Developer release 2.2 and later:

-fdmaxp 31