<008D839A Too many digits in numeric picture or edit string. Explanation: You declared a numeric variable and used a PICTURE clause or EDIT_STRING more than 31 characters long, or you used an EDIT_ STRING that contained more than 31 characters to print a numeric variable with a PRINT statement. User Action: Declare the PICTURE clause or EDIT_STRING with 31 or fewer characters, or do not use more than 31 characters in the EDIT_STRING when you print a numeric variable with the PRINT statement.