(C3097) Elements containing subroutine calls with conflicting length of parameters
There are subroutine calls where the actual parameter’s length conflicts with the corresponding formal parameter definition, or whose length is unknown.ActivityACT_1
contains the following mini-spec:
●
X1
is an unbounded array of integers.
●
Y1
is a string.
●
SUB_LEN
is a subroutine with the following parameters:
●X
- An array of integers, from 1 to 5
●Y
- A stringThe error is generated becauseX1
is of unknown length.