CRRZI0791E {0} is incompatible with {1}; parameter {2} has a size of {3} but {4} is expecting a size of {5}.

Explanation

{0}
The name of a calling program.
{1}
The name of a called program.
{2}
The order of a parameter in a program call.
{3}
The size of the parameter
{4}
The name of the called program.
{5}
The expected size of the parameter.
The COBOL call analyzer determined that the calling program name shown in the message is calling another program with a parameter that has an unexpected size. The message shows the size of the parameter that is exepcted by the called program.

User response

Consider updating the parameter in the call to the target program.