(C4111) Local variable not used in the subroutine Error In: Completeness Description: Local variables are not used in the subroutine code. Format: subroutine <subrtn name> Local variable <local var name> not used Example: DAYS, a local variable of function FUNC1, is not used within the model. Erroneous Elements: Subroutines
DAYS
FUNC1