The third parameter for %DEC or %DECH is not valid.
30
Cause . . . . . : The third parameter for built-in function %DEC or %DECH must be a numeric literal; a built-in function that has a value known at compile-time; or a numeric named constant. The value of the parameter must be between 0 and 63 with no decimal digits. Also, the value must be less than or equal to the value of the second parameter specified for this built-in function. A float literal is not allowed. The built-in function is ignored.
Recovery . . . : Correct the third parameter for %DEC or %DECH. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.