Activity Chart Checks : (C3111) Subroutines with illegal/missing RETURN command

(C3111) Subroutines with illegal/missing RETURN command

Error In:
Correctness
Description:
There are functions without a RETURN command, procedures with a RETURN command, or a function with a return type that conflicts with the returned value’s type.
Erroneous Elements:
Subroutines