PROC-STATUS phrase
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.