Global Definition Set Checks : (C7119) Elements containing subroutine calls with conflicting length of parameters

(C7119) Elements containing subroutine calls with conflicting length of parameters

Error In:
Correctness
Description:
There are subroutine calls where the actual parameter’s length conflicts with the corresponding formal parameter definition, or whose length is unknown.
Example:
STATE1
CALLBACK(A,ARRAY,3)
ARRAY - Unknown length
 
 
Erroneous Elements:
Textual elements, boxes, and arrows