CALL USING argument %1 has a length %2, which does not match the PROCEDURE USING item length of %3.
10
Cause . . . . . : A CALL statement refers to a visible COBOL nested program. Both the CALL statement and the PROCEDURE header of the COBOL program have arguments/parameters specified. The lengths of the corresponding arguments/parameters should be equal.
Recovery . . . : Change the CALL USING or PROCEDURE USING name so that their lengths are equal.