008D8152 PICTURE and USAGE clauses do not match in previous line. Explanation: The PICTURE clause is incompatible with the specified USAGE clause. Both these clauses specify the internal storage format of a data item. Most USAGE clauses define numeric data and the PICTURE clause, when needed, must also specify numeric characters. User Action: Correct the field definition so that the PICTURE string characters are appropriate for the USAGE clause. If you mistakenly used a PICTURE clause to format the data, replace the PICTURE clause with an EDIT_STRING clause.