(C6077) Textual subroutines using uninitialized local variables Error In: Completeness Description: Local variables of a textual subroutine are used before they are affected or assigned some value. Format: <local variable name> in <subroutine name> Example: LOCAL1 in F1 Erroneous Elements: Subroutines