L
Laura Stern
Guest
I don't know of any case where an error occurs with NO-ERROR where the error message is not trapped and yet you move onto the next line. The only thing that should not be handle-able by NO-ERROR are Stop conditions. But if that occurs, you should NOT move onto the next line. Program flow would be handled by any ON STOP phrase (or in 11.7 w/ -catchStop by a relevant CATCH block). If you manage to create a reproducible case you should log a bug.
Continue reading...
Continue reading...