Previous Topic: IDAETERR09 - Unmatched parameterNext Topic: IDAETERR11 - Parameter attribute error


IDAETERR10 - Parameter input/update error

Reason:

A data item specified as INPUT in the calling program corresponds to a parameter specified as UPDATE in the called program.

Action:

Make sure that INPUT parameters on a CALL statement relate to INPUT parameters in the called subprogram.