COBOL Messages


LNC0877

COBOL program %1 expects %2 parameters, but the CALL has %3 arguments.

10

Cause . . . . . : A CALL statement refers to a visible COBOL nested program. The number of arguments on the CALL statement do not match the number of parameters expected in the COBOL program.

Recovery . . . : Add or remove items from the CALL USING or PROCEDURE USING so that the number of arguments and the number of parameters are equal.


[ Top of Page | Previous Page | Next Page | Table of Contents ]