EQA1755S Comparison with the keyword-name keyword in command-name command was invalid. The command was ignored.
Explanation
This message applies to COBOL. The operands to be compared are incompatible. For example, the
following comparison is invalid:
EVALUATE TRUE
When 6 List ('invalid');
when other List ('other');
END-EVALUATE