C2025 ELSE does not match IF Explanation: You specified an ELSE statement outside an IF...ENDIF control structure. ELSE is part of the IF control structure syntax and, therefore, cannot occur outside of the structure. Action: Remove the offending ELSE statement or fix the nesting error, and recompile.