Activity Chart Checks : (C3101) Subroutines that are used incorrectly

(C3101) Subroutines that are used incorrectly

Error In:
Correctness
Description:
Subroutines use elements that are not declared as parameters, local variables, or globals. All elements used in the subroutine code should be declared, including constant data-items or conditions, enumerated values, other subroutines, and user-defined types.
Format:
subroutine <subroutine name>
<used element name>
 
 
Erroneous Elements:
Subroutines