RETURN without GOSUB (ERR=72) The program executes a RETURN statement before a GOSUB. Check program logic to make sure that RETURN statements are executed only in subroutines, or remove the RETURN statement. This error cannot be trapped with a BASIC error handler.