Global Definition Set Checks : (C7110) Subroutines that are used incorrectly

(C7110) Subroutines that are used incorrectly

Error In:
Correctness
Description:
There are subroutine calls with expressions, constants, or compound elements used as Out or InOut parameters. Only variable/alias data-items or conditions can be used as output parameters.
Example:

subroutine SR1
Output parameter P1:
assigned the expression A1+B in ACH:ACT2:
SR1(A1+B)

 

 

Erroneous Elements:
Subroutines