The second and third parameters for %DEC may not be omitted for a float or character value.
30
Cause . . . . . : The second and third parameters of built-in function %DEC may not be omitted if the type of the first parameter is float or character. The second parameter specifies the total number of digits required. The third parameter specifies the number of decimal digits required. The built-in function is ignored.
Recovery . . . : Specify the second and third parameters for built-in function %DEC. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.