NO-ERROR option
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The NO-ERROR option specifies that
any ERROR condition that the RUN STORED-PROCEDURE statement
produces is suppressed. Before you close a stored procedure, check
the ERROR-STATUS handle for information on any
errors that occurred. You receive an error when you attempt to close
a stored procedure that did not start.
For more information on handling errors using the NO-ERROR option or a CATCH end block, see Error handling. For more information on the NO-ERROR option, CATCH statement or CATCH end block, in OpenEdge ABL, see Develop ABL Applications.
Note: This option must appear before any runtime parameter list.