Your code contains a PICTURE clause that is qualified by the wrong type of qualifier. For example, a data item cannot be defined as PIC XX USAGE COMP because it is an alphanumeric PICTURE clause but the qualifier is numeric.
Revise your code so that the PICTURE clause and its qualifiers are of the same type.
Related Topics: