NO-ERROR option
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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 Handling errors. For more information on the NO-ERROR option, CATCH statement or CATCH end block, in OpenEdge ABL, see OpenEdge Development: ABL Reference.
Note: This option must appear before any runtime parameter list.