(C4107) Subroutines containing wrong usage of parameters or globals Error In: Completeness Description: Subroutines contain the wrong usage of parameters or globals. For example: ● In parameters that are affected by the subroutine. ● In parameters that are not used by the subroutine. ● Out parameters that are used by the subroutine. ● Out parameters that are not affected by the subroutine. ● InOut parameters that are not used by the subroutine. ● InOut parameters that are not affected by the subroutine Example: DAYS, an input parameter of function FUNC1, is not used within the subroutine. Erroneous Elements: Subroutines
DAYS
FUNC1