PROC-STATUS phrase
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
PROC-STATUS phrase
The PROC-STATUS phase returns the return
status from a MS SQL Server stored procedure. The return status is
an integer value that typically indicates whether a stored procedure
succeeded or failed; if a stored procedure fails, a code indicates
why it failed. See your Microsoft SQL Server documentation for descriptions
of the possible values for the return status.