RNF3561

The second parameter for the VARCHAR keyword must be a numeric constant with the value 2 or 4.

20

Cause . . . . . : The second parameter for the VARCHAR keyword must be a numeric value with zero decimal positions. The value must be either 2 or 4. If the parameter is a named constant or built-in function, it must be fully defined before the VARCHAR keyword is used.

Recovery . . . : Correct the parameter for the VARCHAR keyword. Compile again.