COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

Cause
The number of objects in the WHEN phrase is greater than the number of subjects in the
EVALUATE statement.
323 (Error)
Too few object operands
Cause
The number of objects in the WHEN phrase is less than the number of subjects in the EVALUATE
statement.
324 (Error)
Corresponding operands not compatible
Cause
The object in the WHEN phrase is incompatible with the corresponding subject in the EVALUATE
statement.
325 (Error)
No variable among corresponding operands
Cause
Both the object in the WHEN phrase and the corresponding subject in the EVALUATE statement
contain only literal operands.
326 (Error)
Variable occurrences or 66 level data item not permitted
Cause
One of:
An OCCURS clause that includes the DEPENDING phrase appears in the description of a
receiving operand in the INITIALIZE statement or in the description of any subordinate data
item.
A receiving operand of the INITIALIZE statement has level-number 66.
327 (Error)
Receiving category not compatible with sending category
Cause
The receiving operand cannot be assigned a value derived from the sending operand; for
example:
SPACE (or one of its equivalents), an alphabetic data item, or an alphanumeric-edited data
item cannot be assigned to a numeric or numeric-edited data item.
ZERO (or one of its equivalents), a numeric literal, a numeric data item, or a numeric-edited
data item cannot be assigned to an alphabetic data item.
This message usually results from a MOVE statement. It can also result from statements whose
execution includes assignment operations that follow MOVE statement rules.
328 (Error)
Receiving operand not compatible with sending operand
1152 Compiler Diagnostic Messages