Previous Topic Next topic Print topic


COBCH0209 PROCEDURE DIVISION missing or unknown statement

Alternatively, your code might contain a statement in the Procedure Division that your COBOL system has failed to recognize. This is probably because you have used a reserved word but have spelled it incorrectly.

Resolution:

Insert the header immediately after the last entry in the Data Division.

Correct your spelling error.

Previous Topic Next topic Print topic